Home
last modified time | relevance | path

Searched refs:NameRange (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h308 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,
543 SourceRange NameRange,
558 VariantMatcher create(SourceRange NameRange,
561 return Func(MatcherName, NameRange, Args, Error);
624 Error->addError(NameRange, Error->ET_RegistryWrongArgCount) \
[all …]
H A DRegistry.cpp591 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() argument
594 Ctor->buildMatcherCtor(NameRange, Args, Error).release()); in buildMatcherCtor()
761 SourceRange NameRange, in constructMatcher() argument
764 return Ctor->create(NameRange, Args, Error); in constructMatcher()
768 SourceRange NameRange, in constructBoundMatcher() argument
772 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error); in constructBoundMatcher()
782 Error->addError(NameRange, Error->ET_RegistryNotBindable); in constructBoundMatcher()
H A DParser.cpp837 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, in actOnMatcherExpression() argument
840 return Registry::constructMatcher(Ctor, NameRange, Args, Error); in actOnMatcherExpression()
842 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args, in actOnMatcherExpression()
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() argument
869 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error); in buildMatcherCtor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
139 SourceRange NameRange,
150 SourceRange NameRange,
H A DParser.h89 SourceRange NameRange,
108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
145 SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2103 ArrayRef<StringInit *> NameRange) { in ProfileDagInit() argument
2108 ArrayRef<StringInit *>::iterator Name = NameRange.begin(); in ProfileDagInit()
2110 assert(Name != NameRange.end() && "Arg name underflow!"); in ProfileDagInit()
2114 assert(Name == NameRange.end() && "Arg name overflow!"); in ProfileDagInit()
2119 ArrayRef<StringInit *> NameRange) { in get() argument
2123 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get()
2129 …void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *, StringInit *>(ArgRange.size(), NameRange.s… in get()
2130 DagInit *I = new(Mem) DagInit(V, VN, ArgRange.size(), NameRange.size()); in get()
2133 std::uninitialized_copy(NameRange.begin(), NameRange.end(), in get()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp508 CharSourceRange NameRange = CharSourceRange::getCharRange( in DoEmitAvailabilityWarning() local
511 NameRange, SelectorSlotNames[I])); in DoEmitAvailabilityWarning()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1331 ArrayRef<StringInit*> NameRange);