Searched refs:NameRange (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h97 /// \param NameRange The location of the name in the matcher source.
109 SourceRange NameRange,
120 SourceRange NameRange,
H A DParser.h72 /// \param NameRange The location of the name in the matcher source.
84 SourceRange NameRange,
132 SourceRange NameRange,
/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h107 virtual VariantMatcher create(SourceRange NameRange,
165 SourceRange NameRange,
183 VariantMatcher create(SourceRange NameRange,
186 return Marshaller(Func, MatcherName, NameRange, Args, Error);
282 variadicMatcherDescriptor(StringRef MatcherName, SourceRange NameRange, argument
323 SourceRange NameRange,
337 VariantMatcher create(SourceRange NameRange,
340 return Func(MatcherName, NameRange, Args, Error);
400 Error->addError(NameRange, Error->ET_RegistryWrongArgCount) \
417 SourceRange NameRange,
416 matcherMarshall0(void (*Func)(), StringRef MatcherName, SourceRange NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
427 matcherMarshall1(void (*Func)(), StringRef MatcherName, SourceRange NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
440 matcherMarshall2(void (*Func)(), StringRef MatcherName, SourceRange NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
[all...]
H A DRegistry.cpp530 SourceRange NameRange,
533 return Ctor->create(NameRange, Args, Error);
538 SourceRange NameRange,
542 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error);
552 Error->addError(NameRange, Error->ET_RegistryNotBindable);
529 constructMatcher(MatcherCtor Ctor, SourceRange NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
537 constructBoundMatcher(MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
H A DParser.cpp537 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID,
540 return Registry::constructMatcher(Ctor, NameRange, Args, Error);
542 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args,
536 actOnMatcherExpression( MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp53 SourceRange NameRange,
59 MatcherInfo ToStore = { Matcher->first, NameRange, Args, BindID };
66 SourceRange NameRange; member in struct:clang::ast_matchers::dynamic::__anon3225::MockSema::MatcherInfo
142 EXPECT_TRUE(matchesRange(Bar.NameRange, 1, 1, 8, 17));
148 EXPECT_TRUE(matchesRange(Baz.NameRange, 1, 2, 19, 10));
154 EXPECT_TRUE(matchesRange(Foo.NameRange, 1, 2, 2, 12));
/external/llvm/lib/TableGen/
H A DRecord.cpp1445 ArrayRef<std::string> NameRange) {
1450 ArrayRef<std::string>::iterator Name = NameRange.begin();
1452 assert(Name != NameRange.end() && "Arg name underflow!");
1456 assert(Name == NameRange.end() && "Arg name overflow!");
1462 ArrayRef<std::string> NameRange) {
1467 ProfileDagInit(ID, V, VN, ArgRange, NameRange);
1473 DagInit *I = new DagInit(V, VN, ArgRange, NameRange);
1443 ProfileDagInit(FoldingSetNodeID &ID, Init *V, const std::string &VN, ArrayRef<Init *> ArgRange, ArrayRef<std::string> NameRange) argument
1460 get(Init *V, const std::string &VN, ArrayRef<Init *> ArgRange, ArrayRef<std::string> NameRange) argument
/external/llvm/include/llvm/TableGen/
H A DRecord.h1038 ArrayRef<std::string> NameRange)
1041 ArgNames(NameRange.begin(), NameRange.end()) {}
1052 ArrayRef<std::string> NameRange);
1036 DagInit(Init *V, const std::string &VN, ArrayRef<Init *> ArgRange, ArrayRef<std::string> NameRange) argument
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c1900 typedef struct NameRange { struct
1903 } NameRange; typedef in typeref:struct:NameRange
1947 static const NameRange nameRanges[]={

Completed in 112 milliseconds