HomeSort by relevance Sort by last modified time
    Searched defs:Matched (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 270 bool Matched = false;
274 Matched = true;
279 return Matched;
  /external/clang/unittests/Tooling/
ToolingTest.cpp 187 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {}
194 return llvm::make_unique<FindTopLevelDeclConsumer>(&Matched);
198 bool Matched;
218 EXPECT_TRUE(EndCallback.Matched);
  /external/llvm/lib/Option/
OptTable.cpp 174 /// \returns Matched size. 0 means no match.
181 bool Matched = IgnoreCase
184 if (Matched)
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 895 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses");
896 if (std::find(Matched.begin(), Matched.end(), SCI->ItinClassDef)
897 != Matched.end()) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 22 // multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
61 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 

Completed in 438 milliseconds