Home
last modified time | relevance | path

Searched refs:NameRange (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
DMarshallers.h86 virtual VariantMatcher run(const SourceRange &NameRange,
101 const SourceRange &NameRange,
112 VariantMatcher run(const SourceRange &NameRange, ArrayRef<ParserValue> Args,
114 return Marshaller(Func, MatcherName, NameRange, Args, Error);
133 const SourceRange &NameRange,
140 VariantMatcher run(const SourceRange &NameRange, ArrayRef<ParserValue> Args,
142 return Func(MatcherName, NameRange, Args, Error);
153 Error->addError(NameRange, Error->ET_RegistryWrongArgCount) \
203 const SourceRange &NameRange,
214 const SourceRange &NameRange,
[all …]
DRegistry.cpp310 const SourceRange &NameRange, in constructMatcher() argument
316 Error->addError(NameRange, Error->ET_RegistryNotFound) << MatcherName; in constructMatcher()
320 return it->second->run(NameRange, Args, Error); in constructMatcher()
325 const SourceRange &NameRange, in constructBoundMatcher() argument
329 VariantMatcher Out = constructMatcher(MatcherName, NameRange, Args, Error); in constructBoundMatcher()
339 Error->addError(NameRange, Error->ET_RegistryNotBindable); in constructBoundMatcher()
DParser.cpp362 const SourceRange &NameRange, in actOnMatcherExpression() argument
367 return Registry::constructMatcher(MatcherName, NameRange, Args, Error); in actOnMatcherExpression()
369 return Registry::constructBoundMatcher(MatcherName, NameRange, BindID, in actOnMatcherExpression()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
DRegistry.h51 const SourceRange &NameRange,
62 const SourceRange &NameRange,
DParser.h82 const SourceRange &NameRange,
/freebsd-9-stable/contrib/llvm/lib/TableGen/
DRecord.cpp1539 ArrayRef<std::string> NameRange) { in ProfileDagInit() argument
1544 ArrayRef<std::string>::iterator Name = NameRange.begin(); in ProfileDagInit()
1546 assert(Name != NameRange.end() && "Arg name underflow!"); in ProfileDagInit()
1550 assert(Name == NameRange.end() && "Arg name overflow!"); in ProfileDagInit()
1556 ArrayRef<std::string> NameRange) { in get() argument
1561 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get()
1567 DagInit *I = new DagInit(V, VN, ArgRange, NameRange); in get()
/freebsd-9-stable/contrib/llvm/include/llvm/TableGen/
DRecord.h1267 ArrayRef<std::string> NameRange) in DagInit() argument
1270 ArgNames(NameRange.begin(), NameRange.end()) {} in DagInit()
1281 ArrayRef<std::string> NameRange);