Home
last modified time | relevance | path

Searched refs:buildMatcherCtor (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
H A DRegistry.h91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
H A DRegistry.h91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
H A DRegistry.h91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
H A DRegistry.h91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
H A DRegistry.h91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/ASTMatchers/Dynamic/
H A DParser.h108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
H A DRegistry.h91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp554 S->buildMatcherCtor(Ctor, NameToken.Range, Args, Error); in parseMatcherBuilder()
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Parser::RegistrySema
869 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
H A DRegistry.cpp605 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Registry
608 Ctor->buildMatcherCtor(NameRange, Args, Error).release()); in buildMatcherCtor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp554 S->buildMatcherCtor(Ctor, NameToken.Range, Args, Error); in parseMatcherBuilder()
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Parser::RegistrySema
869 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp554 S->buildMatcherCtor(Ctor, NameToken.Range, Args, Error); in parseMatcherBuilder()
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Parser::RegistrySema
869 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp554 S->buildMatcherCtor(Ctor, NameToken.Range, Args, Error); in parseMatcherBuilder()
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Parser::RegistrySema
869 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp554 S->buildMatcherCtor(Ctor, NameToken.Range, Args, Error); in parseMatcherBuilder()
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Parser::RegistrySema
869 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/ASTMatchers/Dynamic/
H A DParser.cpp554 S->buildMatcherCtor(Ctor, NameToken.Range, Args, Error); in parseMatcherBuilder()
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Parser::RegistrySema
869 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp514 …auto BuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<WhileStmt>… in TEST_F()
521 …auto NotBuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<Functio… in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp514 …auto BuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<WhileStmt>… in TEST_F()
521 …auto NotBuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<Functio… in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp514 …auto BuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<WhileStmt>… in TEST_F()
521 …auto NotBuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<Functio… in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp514 …auto BuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<WhileStmt>… in TEST_F()
521 …auto NotBuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<Functio… in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp514 …auto BuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<WhileStmt>… in TEST_F()
521 …auto NotBuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<Functio… in TEST_F()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp514 …auto BuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<WhileStmt>… in TEST_F()
521 …auto NotBuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<Functio… in TEST_F()

12