Searched refs:buildMatcherCtor (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/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,
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Parser.cpp | 551 S->buildMatcherCtor(Ctor, NameToken.Range, Args, Error); in parseMatcherBuilder() 863 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Parser::RegistrySema 866 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
|
| H A D | Registry.cpp | 636 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() function in clang::ast_matchers::dynamic::Registry 639 Ctor->buildMatcherCtor(NameRange, Args, Error).release()); in buildMatcherCtor()
|
| H A D | Marshallers.h | 317 buildMatcherCtor(SourceRange NameRange, ArrayRef<ParserValue> Args, 1007 buildMatcherCtor(SourceRange, ArrayRef<ParserValue> Args,
|