| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 308 virtual VariantMatcher create(SourceRange NameRange, 317 buildMatcherCtor(SourceRange NameRange, ArrayRef<ParserValue> Args, 376 SourceRange NameRange, 394 VariantMatcher create(SourceRange NameRange, 397 return Marshaller(Func, MatcherName, NameRange, Args, Error); 493 variadicMatcherDescriptor(StringRef MatcherName, SourceRange NameRange, 544 SourceRange NameRange, 559 VariantMatcher create(SourceRange NameRange, 562 return Func(MatcherName, NameRange, Args, Error); 625 Error->addError(NameRange, Error->ET_RegistryWrongArgCount) \ [all …]
|
| H A D | Registry.cpp | 636 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() argument 639 Ctor->buildMatcherCtor(NameRange, Args, Error).release()); in buildMatcherCtor() 805 SourceRange NameRange, in constructMatcher() argument 808 return Ctor->create(NameRange, Args, Error); in constructMatcher() 812 SourceRange NameRange, in constructBoundMatcher() argument 816 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error); in constructBoundMatcher() 826 Error->addError(NameRange, Error->ET_RegistryNotBindable); in constructBoundMatcher()
|
| H A D | Parser.cpp | 834 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, in actOnMatcherExpression() argument 837 return Registry::constructMatcher(Ctor, NameRange, Args, Error); in actOnMatcherExpression() 839 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args, in actOnMatcherExpression() 863 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() argument 866 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Registry.h | 91 buildMatcherCtor(MatcherCtor, SourceRange NameRange, 139 SourceRange NameRange, 150 SourceRange NameRange,
|
| H A D | Parser.h | 89 SourceRange NameRange, 108 buildMatcherCtor(MatcherCtor, SourceRange NameRange, 145 SourceRange NameRange, 158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 644 CharSourceRange NameRange = CharSourceRange::getCharRange( in DoEmitAvailabilityWarning() local 647 NameRange, SelectorSlotNames[I])); in DoEmitAvailabilityWarning()
|
| H A D | SemaExpr.cpp | 2513 SourceRange NameRange = R.getLookupNameInfo().getSourceRange(); in DiagnoseEmptyLookup() local 2643 diagnoseTypo(Corrected, PDiag(diagnostic_suggest) << Name << NameRange, in DiagnoseEmptyLookup() 2649 << DroppedSpecifier << NameRange, in DiagnoseEmptyLookup() 2662 << Name << computeDeclContext(SS, false) << NameRange; in DiagnoseEmptyLookup() 2667 Diag(R.getNameLoc(), diagnostic) << Name << NameRange; in DiagnoseEmptyLookup()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 2898 SourceRange NameRange{BeginLoc, EndLoc}; in getFunNameText() local 2900 return getRangeText(NameRange, SM, LangOpts); in getFunNameText()
|