Searched defs:BoolValue (Results 1 - 2 of 2) sorted by relevance

/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp131 Matcher<Stmt> BoolValue = local
140 EXPECT_TRUE(matches(BoolSnippet, BoolValue));
141 EXPECT_FALSE(matches(ClassSnippet, BoolValue));
/external/tinyxml2/
H A Dtinyxml2.h785 bool BoolValue() const { bool b=false; QueryBoolValue( &b ); return b; } function in class:tinyxml2::XMLAttribute

Completed in 1014 milliseconds