OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 97 milliseconds