HomeSort by relevance Sort by last modified time
    Searched refs:NameRange (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 39 /// \param NameRange The location of the name in the matcher source.
51 const SourceRange &NameRange,
62 const SourceRange &NameRange,
Parser.h 69 /// \param NameRange The location of the name in the matcher source.
81 const SourceRange &NameRange,
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 85 virtual MatcherList run(const SourceRange &NameRange,
114 MatcherList run(const SourceRange &NameRange, ArrayRef<ParserValue> Args,
116 return Marshaller(Func, MatcherName, NameRange, Args, Error);
135 const SourceRange &NameRange,
142 MatcherList run(const SourceRange &NameRange, ArrayRef<ParserValue> Args,
144 return Func(MatcherName, NameRange, Args, Error);
155 Error->addError(NameRange, Error->ET_RegistryWrongArgCount) \
204 const SourceRange &NameRange,
215 const SourceRange &NameRange,
228 const SourceRange &NameRange,
    [all...]
Registry.cpp 66 virtual MatcherList run(const SourceRange &NameRange,
72 MatcherList SubMatcher = Overloads[i]->run(NameRange, Args, Error);
83 Error->addError(NameRange, Error->ET_RegistryAmbiguousOverload);
409 const SourceRange &NameRange,
415 Error->addError(NameRange, Error->ET_RegistryNotFound) << MatcherName;
419 return it->second->run(NameRange, Args, Error);
424 const SourceRange &NameRange,
428 MatcherList Out = constructMatcher(MatcherName, NameRange, Args, Error);
438 Error->addError(NameRange, Error->ET_RegistryNotBindable);
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 80 const SourceRange &NameRange,
84 MatcherInfo ToStore = { MatcherName, NameRange, Args, BindID };
93 SourceRange NameRange;
158 EXPECT_TRUE(matchesRange(Bar.NameRange, 1, 1, 8, 17));
164 EXPECT_TRUE(matchesRange(Baz.NameRange, 1, 2, 19, 10));
170 EXPECT_TRUE(matchesRange(Foo.NameRange, 1, 2, 2, 12));
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c     [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]

Completed in 704 milliseconds