Searched refs:buildMatcherCtor (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Parser.h | 108 buildMatcherCtor(MatcherCtor, SourceRange NameRange, 158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
|
H A D | Registry.h | 91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
|
/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Parser.cpp | 552 S->buildMatcherCtor(Ctor, NameToken.Range, Args, Error); in parseMatcherBuilder() 864 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Parser::RegistrySema 867 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
|
H A D | Registry.cpp | 638 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, 641 Ctor->buildMatcherCtor(NameRange, Args, Error).release()); in lookupMatcherCtor() 633 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, buildMatcherCtor() function in clang::ast_matchers::dynamic::Registry
|
H A D | Marshallers.h | 317 buildMatcherCtor(SourceRange NameRange, ArrayRef<ParserValue> Args, 1007 buildMatcherCtor(SourceRange, ArrayRef<ParserValue> Args,
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | RegistryTest.cpp | 534 …auto BuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<WhileStmt>… in TEST_F() 541 …auto NotBuiltCtor = Registry::buildMatcherCtor(Ctor, {}, Args(ASTNodeKind::getFromNodeKind<Functio… in TEST_F()
|
H A D | ParserTest.cpp | 40 buildMatcherCtor(MatcherCtor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::__anon417b69980111::MockSema
|