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

/external/clang/include/clang/Tooling/
H A 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/
H A DRefactoringCallbacks.cpp41 const ast_matchers::MatchFinder::MatchResult &Result) {
54 const ast_matchers::MatchFinder::MatchResult &Result) {
67 const ast_matchers::MatchFinder::MatchResult &Result) {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h24 // virtual void Run(const MatchFinder::MatchResult &Result) {
73 /// MatchCallback with a MatchResult containing information about the match.
74 struct MatchResult { struct in class:clang::ast_matchers::MatchFinder
75 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
96 virtual void run(const MatchResult &Result) = 0;
266 void run(const MatchFinder::MatchResult &Result) override {
/external/clang/unittests/AST/
H A DMatchVerifier.h66 void run(const MatchFinder::MatchResult &Result) override;
67 virtual void verify(const MatchFinder::MatchResult &Result,
131 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) {
144 const MatchFinder::MatchResult &Result) {
169 void verify(const MatchFinder::MatchResult &Result,
209 void verify(const MatchFinder::MatchResult &Result,
248 void verify(const MatchFinder::MatchResult &Result,
275 void verify(const MatchFinder::MatchResult &Result,
H A DNamedDeclPrinterTest.cpp40 void run(const MatchFinder::MatchResult &Result) override {
H A DStmtPrinterTest.cpp47 void run(const MatchFinder::MatchResult &Result) override {
H A DDeclPrinterTest.cpp47 void run(const MatchFinder::MatchResult &Result) override {
/external/guava/guava-testlib/src/com/google/common/testing/
H A DArbitraryInstances.java130 import java.util.regex.MatchResult;
168 * Returns a new {@code MatchResult} that corresponds to a successful match. Apache Harmony (used
169 * in Android) requires a successful match in order to generate a {@code MatchResult}:
172 private static MatchResult newMatchResult() {
189 .put(MatchResult.class, newMatchResult())
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h43 void run(const MatchFinder::MatchResult &Result) override {
H A DASTMatchersTest.cpp4476 void run(const MatchFinder::MatchResult &Result) override {}
4491 void run(const MatchFinder::MatchResult &Result) override {
4517 void run(const MatchFinder::MatchResult &Result) override {
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp703 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
900 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, function in class:clang::ast_matchers::MatchFinder::MatchResult
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp719 unsigned MatchResult; local
721 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
723 switch (MatchResult) {
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2321 typedef PartialSpecMatchResult MatchResult; typedef
2322 SmallVector<MatchResult, 4> Matched;
2350 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2363 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1,
2375 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2394 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
H A DSemaTemplate.cpp2700 typedef PartialSpecMatchResult MatchResult; typedef
2701 SmallVector<MatchResult, 4> Matched;
2740 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2753 for (SmallVector<MatchResult, 4>::iterator P = Best + 1,
2764 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2803 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
/external/guava/guava-testlib/test/com/google/common/testing/
H A DArbitraryInstancesTest.java120 import java.util.regex.MatchResult;
331 assertEquals(0, ArbitraryInstances.get(MatchResult.class).groupCount());
H A DFreshValueGeneratorTest.java109 import java.util.regex.MatchResult;
123 Pattern.class, MatchResult.class,
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3831 unsigned MatchResult = local
3836 if (MatchResult != Match_Success)
3837 MatchResult =
3840 switch (MatchResult) {
3870 return showMatchError(IDLoc, MatchResult);
3885 MatchResult = Match_InvalidSuffix;
3887 return showMatchError(ErrorLoc, MatchResult);
3943 return showMatchError(ErrorLoc, MatchResult);
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp393 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, local
395 switch (MatchResult) {
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2170 unsigned MatchResult = local
2173 switch (MatchResult) {
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8582 unsigned MatchResult; local
8584 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
8586 switch (MatchResult) {
8689 switch (MatchResult) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 891 milliseconds