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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 53 testing::AssertionResult matchesConditionally(const std::string &Code,
78 return matchesConditionally(Code, AMatcher, true, "-std=c++11");
84 return matchesConditionally(Code, AMatcher, false, "-std=c++11");
ASTMatchersTest.cpp     [all...]

Completed in 153 milliseconds