reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
  274   bool getBoolean() const;

References

tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
   91     return Value.getBoolean();
tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
  280     setBoolean(Other.getBoolean());
tools/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
   82   EXPECT_TRUE(Sema.Values[0].getBoolean());
   83   EXPECT_FALSE(Sema.Values[1].getBoolean());
tools/clang/unittests/ASTMatchers/Dynamic/VariantValueTest.cpp
   96   EXPECT_EQ(true, Value.getBoolean());