Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DMatchVerifier.h66 void run(const MatchFinder::MatchResult &Result) override;
67 virtual void verify(const MatchFinder::MatchResult &Result, in verify()
131 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) { in run()
144 const MatchFinder::MatchResult &Result) { in run()
169 void verify(const MatchFinder::MatchResult &Result, in verify()
209 void verify(const MatchFinder::MatchResult &Result, in verify()
248 void verify(const MatchFinder::MatchResult &Result, in verify()
275 void verify(const MatchFinder::MatchResult &Result, in verify()
DNamedDeclPrinterTest.cpp40 void run(const MatchFinder::MatchResult &Result) override { in run()
DStmtPrinterTest.cpp47 void run(const MatchFinder::MatchResult &Result) override { in run()
DDeclPrinterTest.cpp47 void run(const MatchFinder::MatchResult &Result) override { in run()
/external/clang/include/clang/Tooling/
DRefactoringCallbacks.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;
/external/clang/lib/Tooling/
DRefactoringCallbacks.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()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h75 struct MatchResult { struct
76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
97 virtual void run(const MatchResult &Result) = 0; argument
267 void run(const MatchFinder::MatchResult &Result) override { in run()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/util/regex/
DMatcher.java20 import com.google.gwt.regexp.shared.MatchResult;
27 private final MatchResult matchResult;
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java144 import java.util.regex.MatchResult;
186 private static MatchResult newMatchResult() { in newMatchResult()
203 .put(MatchResult.class, newMatchResult())
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp694 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context)); in visitMatch()
895 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult() function in clang::ast_matchers::MatchFinder::MatchResult
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp788 unsigned MatchResult; in MatchAndEmitInstruction() local
790 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction()
792 switch (MatchResult) { in MatchAndEmitInstruction()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h43 void run(const MatchFinder::MatchResult &Result) override { in run()
DASTMatchersTest.cpp4777 void run(const MatchFinder::MatchResult &Result) override {} in TEST()
4792 void run(const MatchFinder::MatchResult &Result) override { in run()
4818 void run(const MatchFinder::MatchResult &Result) override { in run()
/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java129 import java.util.regex.MatchResult;
350 assertEquals(0, ArbitraryInstances.get(MatchResult.class).groupCount()); in testGet_regex()
DFreshValueGeneratorTest.java111 import java.util.regex.MatchResult;
125 Pattern.class, MatchResult.class, in testFreshInstance()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4051 unsigned MatchResult = in MatchAndEmitInstruction() local
4056 if (MatchResult != Match_Success) { in MatchAndEmitInstruction()
4060 auto ShortFormNEONMatchResult = MatchResult; in MatchAndEmitInstruction()
4062 MatchResult = in MatchAndEmitInstruction()
4068 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction()
4071 MatchResult = ShortFormNEONMatchResult; in MatchAndEmitInstruction()
4077 switch (MatchResult) { in MatchAndEmitInstruction()
4107 return showMatchError(IDLoc, MatchResult); in MatchAndEmitInstruction()
4123 MatchResult = Match_InvalidSuffix; in MatchAndEmitInstruction()
4125 return showMatchError(ErrorLoc, MatchResult); in MatchAndEmitInstruction()
[all …]
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2293 typedef PartialSpecMatchResult MatchResult; in InstantiateClassTemplateSpecialization() typedef
2294 SmallVector<MatchResult, 4> Matched; in InstantiateClassTemplateSpecialization()
2322 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin(); in InstantiateClassTemplateSpecialization()
2335 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1, in InstantiateClassTemplateSpecialization()
2347 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization()
2366 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization()
DSemaTemplate.cpp2748 typedef PartialSpecMatchResult MatchResult; in CheckVarTemplateId() typedef
2749 SmallVector<MatchResult, 4> Matched; in CheckVarTemplateId()
2789 SmallVector<MatchResult, 4>::iterator Best = Matched.begin(); in CheckVarTemplateId()
2802 for (SmallVector<MatchResult, 4>::iterator P = Best + 1, in CheckVarTemplateId()
2813 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId()
2852 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId()
/external/clang/docs/
DLibASTMatchersTutorial.rst282 virtual void run(const MatchFinder::MatchResult &Result) {
458 ``MatchFinder::MatchResult&`` as its parameter. We're most interested in
497 void LoopPrinter::run(const MatchFinder::MatchResult &Result) {
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp515 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
517 switch (MatchResult) { in MatchAndEmitInstruction()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8576 unsigned MatchResult; in MatchAndEmitInstruction() local
8578 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction()
8580 switch (MatchResult) { in MatchAndEmitInstruction()
8685 switch (MatchResult) { in MatchAndEmitInstruction()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3588 unsigned MatchResult = in MatchAndEmitInstruction() local
3591 switch (MatchResult) { in MatchAndEmitInstruction()