/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 | 633 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() argument 636 Ctor->buildMatcherCtor(NameRange, Args, Error).release()); in buildMatcherCtor() 802 SourceRange NameRange, in constructMatcher() argument 805 return Ctor->create(NameRange, Args, Error); in constructMatcher() 809 SourceRange NameRange, in constructBoundMatcher() argument 813 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error); in constructBoundMatcher() 823 Error->addError(NameRange, Error->ET_RegistryNotBindable); in constructBoundMatcher()
|
/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/llvm/lib/TableGen/ |
H A D | Record.cpp | 2547 ArrayRef<StringInit *> NameRange) { in ProfileDagInit() argument 2552 ArrayRef<StringInit *>::iterator Name = NameRange.begin(); in ProfileDagInit() 2554 assert(Name != NameRange.end() && "Arg name underflow!"); in ProfileDagInit() 2558 assert(Name == NameRange.end() && "Arg name overflow!"); in ProfileDagInit() 2562 ArrayRef<StringInit *> NameRange) { in get() argument 2563 assert(ArgRange.size() == NameRange.size()); in get() 2565 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get() 2573 totalSizeToAlloc<Init *, StringInit *>(ArgRange.size(), NameRange.size()), in get() 2575 DagInit *I = new (Mem) DagInit(V, VN, ArgRange.size(), NameRange.size()); in get() 2578 std::uninitialized_copy(NameRange.begin(), NameRange.end(), in get()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 601 CharSourceRange NameRange = CharSourceRange::getCharRange( in DoEmitAvailabilityWarning() local 604 NameRange, SelectorSlotNames[I])); in DoEmitAvailabilityWarning()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 1937 SourceRange NameRange{BeginLoc, EndLoc}; in getFunNameText() local 1939 return getRangeText(NameRange, SM, LangOpts); in getFunNameText()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1468 ArrayRef<StringInit*> NameRange);
|