Searched defs:NameRange (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp486 const SourceRange &NameRange,
489 return Ctor->create(NameRange, Args, Error);
494 const SourceRange &NameRange,
498 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error);
508 Error->addError(NameRange, Error->ET_RegistryNotBindable);
485 constructMatcher(MatcherCtor Ctor, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
493 constructBoundMatcher(MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
H A DMarshallers.h126 virtual VariantMatcher create(const SourceRange &NameRange,
190 const SourceRange &NameRange,
208 VariantMatcher create(const SourceRange &NameRange, argument
210 return Marshaller(Func, MatcherName, NameRange, Args, Error);
305 variadicMatcherDescriptor(StringRef MatcherName, const SourceRange &NameRange, argument
346 const SourceRange &NameRange,
360 VariantMatcher create(const SourceRange &NameRange, argument
362 return Func(MatcherName, NameRange, Args, Error);
421 Error->addError(NameRange, Error->ET_RegistryWrongArgCount) \
438 const SourceRange &NameRange,
437 matcherMarshall0(void (*Func)(), StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
448 matcherMarshall1(void (*Func)(), StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
461 matcherMarshall2(void (*Func)(), StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
517 create(const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) const argument
590 create(const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) const argument
[all...]
H A DParser.cpp509 MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID,
512 return Registry::constructMatcher(Ctor, NameRange, Args, Error);
514 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args,
508 actOnMatcherExpression( MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp49 const SourceRange &NameRange,
55 MatcherInfo ToStore = { Matcher->first, NameRange, Args, BindID };
62 SourceRange NameRange; member in struct:clang::ast_matchers::dynamic::__anon19535::MockSema::MatcherInfo
134 EXPECT_TRUE(matchesRange(Bar.NameRange, 1, 1, 8, 17));
140 EXPECT_TRUE(matchesRange(Baz.NameRange, 1, 2, 19, 10));
146 EXPECT_TRUE(matchesRange(Foo.NameRange, 1, 2, 2, 12));
48 actOnMatcherExpression(MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvtst.c1874 typedef struct NameRange { struct
1877 } NameRange; typedef in typeref:struct:NameRange
1921 static const NameRange nameRanges[]={
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c1898 typedef struct NameRange { struct
1901 } NameRange; typedef in typeref:struct:NameRange
1945 static const NameRange nameRanges[]={
/external/llvm/include/llvm/TableGen/
H A DRecord.h1265 ArrayRef<std::string> NameRange)
1268 ArgNames(NameRange.begin(), NameRange.end()) {}
1279 ArrayRef<std::string> NameRange);
1263 DagInit(Init *V, const std::string &VN, ArrayRef<Init *> ArgRange, ArrayRef<std::string> NameRange) argument
/external/llvm/lib/TableGen/
H A DRecord.cpp1539 ArrayRef<std::string> NameRange) {
1544 ArrayRef<std::string>::iterator Name = NameRange.begin();
1546 assert(Name != NameRange.end() && "Arg name underflow!");
1550 assert(Name == NameRange.end() && "Arg name overflow!");
1556 ArrayRef<std::string> NameRange) {
1561 ProfileDagInit(ID, V, VN, ArgRange, NameRange);
1567 DagInit *I = new DagInit(V, VN, ArgRange, NameRange);
1537 ProfileDagInit(FoldingSetNodeID &ID, Init *V, const std::string &VN, ArrayRef<Init *> ArgRange, ArrayRef<std::string> NameRange) argument
1554 get(Init *V, const std::string &VN, ArrayRef<Init *> ArgRange, ArrayRef<std::string> NameRange) argument

Completed in 2012 milliseconds