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

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 76 bool Matched = false;
80 Matched = true;
85 return Matched;
  /external/clang/unittests/Tooling/
ToolingTest.cpp 179 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {}
189 return new FindTopLevelDeclConsumer(&Matched);
193 bool Matched;
213 EXPECT_TRUE(EndCallback.Matched);
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [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.
59 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
    [all...]
  /external/llvm/lib/Option/
OptTable.cpp 178 /// \returns Matched size. 0 means no match.
185 bool Matched = IgnoreCase
188 if (Matched)
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]
SubtargetEmitter.cpp 907 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses")
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 

Completed in 326 milliseconds