HomeSort by relevance Sort by last modified time
    Searched refs:hasCondition (Results 1 - 17 of 17) 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);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 1079 milliseconds