Searched refs:MatchResult (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h55 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
67 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
80 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp41 const ast_matchers::MatchFinder::MatchResult &Result) {
54 const ast_matchers::MatchFinder::MatchResult &Result) {
67 const ast_matchers::MatchFinder::MatchResult &Result) {
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h24 // virtual void Run(const MatchFinder::MatchResult &Result) {
71 /// MatchCallback with a MatchResult containing information about the match.
72 struct MatchResult { struct in class:clang::ast_matchers::MatchFinder
73 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
94 virtual void run(const MatchResult &Result) = 0;
231 virtual void run(const MatchFinder::MatchResult &Result) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp580 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
766 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, function in class:clang::ast_matchers::MatchFinder::MatchResult
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp710 unsigned MatchResult; local
712 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
714 switch (MatchResult) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2330 typedef PartialSpecMatchResult MatchResult; typedef
2331 SmallVector<MatchResult, 4> Matched;
2360 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2373 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1,
2385 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2404 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
H A DSemaTemplate.cpp2616 typedef PartialSpecMatchResult MatchResult; typedef
2617 SmallVector<MatchResult, 4> Matched;
2661 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2674 for (SmallVector<MatchResult, 4>::iterator P = Best + 1,
2685 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2724 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp388 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, local
390 switch (MatchResult) {
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2336 unsigned MatchResult; local
2337 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
2343 switch (MatchResult) {
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp854 unsigned MatchResult = local
857 switch (MatchResult) {
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7669 unsigned MatchResult; local
7671 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
7673 switch (MatchResult) {

Completed in 284 milliseconds