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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h39 /// \param NameRange The location of the name in the matcher source.
51 const SourceRange &NameRange,
62 const SourceRange &NameRange,
H A DParser.h70 /// \param NameRange The location of the name in the matcher source.
82 const SourceRange &NameRange,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h86 virtual VariantMatcher run(const SourceRange &NameRange,
101 const SourceRange &NameRange,
112 VariantMatcher run(const SourceRange &NameRange, ArrayRef<ParserValue> Args, argument
114 return Marshaller(Func, MatcherName, NameRange, Args, Error);
133 const SourceRange &NameRange,
140 VariantMatcher run(const SourceRange &NameRange, ArrayRef<ParserValue> Args, argument
142 return Func(MatcherName, NameRange, Args, Error);
153 Error->addError(NameRange, Error->ET_RegistryWrongArgCount) \
203 const SourceRange &NameRange,
214 const SourceRange &NameRange,
202 matcherMarshall0(void (*Func)(), StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
213 matcherMarshall1(void (*Func)(), StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
226 matcherMarshall2(void (*Func)(), StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
246 variadicMatcherCreateCallback(StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
319 run(const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) const argument
353 run(const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) const argument
[all...]
H A DRegistry.cpp310 const SourceRange &NameRange,
316 Error->addError(NameRange, Error->ET_RegistryNotFound) << MatcherName;
320 return it->second->run(NameRange, Args, Error);
325 const SourceRange &NameRange,
329 VariantMatcher Out = constructMatcher(MatcherName, NameRange, Args, Error);
339 Error->addError(NameRange, Error->ET_RegistryNotBindable);
309 constructMatcher(StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
324 constructBoundMatcher(StringRef MatcherName, const SourceRange &NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
/freebsd-10.2-release/contrib/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
/freebsd-10.2-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1267 ArrayRef<std::string> NameRange)
1270 ArgNames(NameRange.begin(), NameRange.end()) {}
1281 ArrayRef<std::string> NameRange);
1265 DagInit(Init *V, const std::string &VN, ArrayRef<Init *> ArgRange, ArrayRef<std::string> NameRange) argument

Completed in 162 milliseconds