Searched defs:MatchResult (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h24 // virtual void Run(const MatchFinder::MatchResult &Result) {
67 /// MatchCallback with a MatchResult containing information about the match.
68 struct MatchResult { struct in class:clang::ast_matchers::MatchFinder
69 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
88 virtual void run(const MatchResult &Result) = 0;
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp414 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
585 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, function in class:clang::ast_matchers::MatchFinder::MatchResult
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp283 unsigned MatchResult = MatchInstructionImpl(Operands, Kind, Inst, ErrorInfo); local
285 switch (MatchResult) {
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2156 typedef PartialSpecMatchResult MatchResult; typedef
2157 SmallVector<MatchResult, 4> Matched;
2183 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2196 for (SmallVector<MatchResult, 4>::iterator P = Best + 1,
2208 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2227 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7467 unsigned MatchResult; local
7469 MatchResult = MatchInstructionImpl(Operands, Kind, Inst, ErrorInfo);
7470 switch (MatchResult) {

Completed in 825 milliseconds