Searched refs:NameRange (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 177 virtual VariantMatcher create(SourceRange NameRange, 253 VariantMatcher create(SourceRange NameRange, 256 return Marshaller(Func, MatcherName, NameRange, Args, Error); 396 SourceRange NameRange, 411 VariantMatcher create(SourceRange NameRange, 414 return Func(MatcherName, NameRange, Args, Error); 492 SourceRange NameRange, 503 SourceRange NameRange, 516 SourceRange NameRange, 573 VariantMatcher create(SourceRange NameRange, [all …]
|
| H A D | Registry.cpp | 648 SourceRange NameRange, in constructMatcher() argument 651 return Ctor->create(NameRange, Args, Error); in constructMatcher() 655 SourceRange NameRange, in constructBoundMatcher() argument 659 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error); in constructBoundMatcher() 669 Error->addError(NameRange, Error->ET_RegistryNotBindable); in constructBoundMatcher()
|
| H A D | Parser.cpp | 608 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, in actOnMatcherExpression() argument 611 return Registry::constructMatcher(Ctor, NameRange, Args, Error); in actOnMatcherExpression() 613 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args, in actOnMatcherExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Registry.h | 115 SourceRange NameRange, 126 SourceRange NameRange,
|
| H A D | Parser.h | 90 SourceRange NameRange, 138 SourceRange NameRange,
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1699 ArrayRef<StringInit *> NameRange) { in ProfileDagInit() argument 1704 ArrayRef<StringInit *>::iterator Name = NameRange.begin(); in ProfileDagInit() 1706 assert(Name != NameRange.end() && "Arg name underflow!"); in ProfileDagInit() 1710 assert(Name == NameRange.end() && "Arg name overflow!"); in ProfileDagInit() 1715 ArrayRef<StringInit *> NameRange) { in get() argument 1719 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get() 1725 …void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *, StringInit *>(ArgRange.size(), NameRange.s… in get() 1726 DagInit *I = new(Mem) DagInit(V, VN, ArgRange.size(), NameRange.size()); in get() 1729 std::uninitialized_copy(NameRange.begin(), NameRange.end(), in get()
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1237 ArrayRef<StringInit*> NameRange);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 7813 CharSourceRange NameRange = CharSourceRange::getCharRange( in DoEmitAvailabilityWarning() local 7816 NameRange, SelectorSlotNames[I])); in DoEmitAvailabilityWarning()
|