Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Tooling/
HDRefactoringCallbacks.h55 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
67 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
80 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchFinder.h74 struct MatchResult { struct
75 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
96 virtual void run(const MatchResult &Result) = 0; argument
266 void run(const MatchFinder::MatchResult &Result) override { in run()
/NextBSD/contrib/llvm/tools/clang/lib/Tooling/
HDRefactoringCallbacks.cpp41 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
54 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
67 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp703 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context)); in visitMatch()
900 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult() function in clang::ast_matchers::MatchFinder::MatchResult
/NextBSD/contrib/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp787 unsigned MatchResult; in MatchAndEmitInstruction() local
789 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction()
791 switch (MatchResult) { in MatchAndEmitInstruction()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp2299 typedef PartialSpecMatchResult MatchResult; in InstantiateClassTemplateSpecialization() typedef
2300 SmallVector<MatchResult, 4> Matched; in InstantiateClassTemplateSpecialization()
2328 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin(); in InstantiateClassTemplateSpecialization()
2341 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1, in InstantiateClassTemplateSpecialization()
2353 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization()
2372 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization()
HDSemaTemplate.cpp2710 typedef PartialSpecMatchResult MatchResult; in CheckVarTemplateId() typedef
2711 SmallVector<MatchResult, 4> Matched; in CheckVarTemplateId()
2750 SmallVector<MatchResult, 4>::iterator Best = Matched.begin(); in CheckVarTemplateId()
2763 for (SmallVector<MatchResult, 4>::iterator P = Best + 1, in CheckVarTemplateId()
2774 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId()
2813 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId()
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp3927 unsigned MatchResult = in MatchAndEmitInstruction() local
3932 if (MatchResult != Match_Success) in MatchAndEmitInstruction()
3933 MatchResult = in MatchAndEmitInstruction()
3936 switch (MatchResult) { in MatchAndEmitInstruction()
3966 return showMatchError(IDLoc, MatchResult); in MatchAndEmitInstruction()
3981 MatchResult = Match_InvalidSuffix; in MatchAndEmitInstruction()
3983 return showMatchError(ErrorLoc, MatchResult); in MatchAndEmitInstruction()
4039 return showMatchError(ErrorLoc, MatchResult); in MatchAndEmitInstruction()
/NextBSD/contrib/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp451 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
453 switch (MatchResult) { in MatchAndEmitInstruction()
/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp2740 unsigned MatchResult = in MatchAndEmitInstruction() local
2743 switch (MatchResult) { in MatchAndEmitInstruction()
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp8640 unsigned MatchResult; in MatchAndEmitInstruction() local
8642 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction()
8644 switch (MatchResult) { in MatchAndEmitInstruction()
8747 switch (MatchResult) { in MatchAndEmitInstruction()