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

  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 74 hasCondition(cxxBoolLiteral(equals(false))),
85 hasCondition(implicitCastExpr(hasSourceExpression(
95 id("id", ifStmt(hasCondition(cxxBoolLiteral(equals(false))))),
  /external/swiftshader/src/OpenGL/compiler/
ValidateSwitch.cpp 97 const char *nodeStr = node->hasCondition() ? "case" : "default";
105 if (!node->hasCondition())
intermediate.h 671 bool hasCondition() const { return mCondition != nullptr; }
  /external/clang/unittests/AST/
ASTImporterTest.cpp 329 hasCondition(cxxBoolLiteral(equals(true))),
347 hasCondition(
  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp     [all...]
ASTMatchersNodeTest.cpp 775 ifStmt(hasCondition(cxxBoolLiteral(equals(true))));
786 hasCondition(cxxBoolLiteral(equals(true))),
807 hasCondition(implicitCastExpr(
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 216 REGISTER_MATCHER(hasCondition);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 180 milliseconds