Home
last modified time | relevance | path

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

/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,
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp552 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 DRegistry.cpp638 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 DMarshallers.h317 buildMatcherCtor(SourceRange NameRange, ArrayRef<ParserValue> Args,
1007 buildMatcherCtor(SourceRange, ArrayRef<ParserValue> Args,
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp534 …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 DParserTest.cpp40 buildMatcherCtor(MatcherCtor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::__anon417b69980111::MockSema