HomeSort by: relevance | last modified time | path
    Searched refs:NameRange (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 91 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
127 /// \param NameRange The location of the name in the matcher source.
139 SourceRange NameRange,
150 SourceRange NameRange,
Parser.h 77 /// \param NameRange The location of the name in the matcher source.
89 SourceRange NameRange,
108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
145 SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
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,
543 SourceRange NameRange,
558 VariantMatcher create(SourceRange NameRange,
561 return Func(MatcherName, NameRange, Args, Error);
624 Error->addError(NameRange, Error->ET_RegistryWrongArgCount)
    [all...]
Registry.cpp 591 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange,
594 Ctor->buildMatcherCtor(NameRange, Args, Error).release());
761 SourceRange NameRange,
764 return Ctor->create(NameRange, Args, Error);
768 SourceRange NameRange,
772 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error);
782 Error->addError(NameRange, Error->ET_RegistryNotBindable);
Parser.cpp 837 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID,
840 return Registry::constructMatcher(Ctor, NameRange, Args, Error);
842 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args,
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange,
869 return Registry::buildMatcherCtor(Ctor, NameRange, Args, Error);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 2103 ArrayRef<StringInit *> NameRange) {
2108 ArrayRef<StringInit *>::iterator Name = NameRange.begin();
2110 assert(Name != NameRange.end() && "Arg name underflow!");
2114 assert(Name == NameRange.end() && "Arg name overflow!");
2119 ArrayRef<StringInit *> NameRange) {
2123 ProfileDagInit(ID, V, VN, ArgRange, NameRange);
2129 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *, StringInit *>(ArgRange.size(), NameRange.size()), alignof(BitsInit));
2130 DagInit *I = new(Mem) DagInit(V, VN, ArgRange.size(), NameRange.size());
2133 std::uninitialized_copy(NameRange.begin(), NameRange.end()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 508 CharSourceRange NameRange = CharSourceRange::getCharRange(
511 NameRange, SelectorSlotNames[I]));
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 1331 ArrayRef<StringInit*> NameRange);

Completed in 91 milliseconds