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

  /external/clang/unittests/Tooling/
ToolingTest.cpp 135 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {}
145 return new FindTopLevelDeclConsumer(&Matched);
149 bool Matched;
167 EXPECT_TRUE(EndCallback.Matched);
  /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.
59 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
1145 /// Either the source expression or the destination type can be matched
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 907 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses");
908 if (std::find(Matched.begin(), Matched.end(), SCI->ItinClassDef)
909 != Matched.end())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 211 milliseconds