Searched refs:VisitCXXBoolLiteralExpr (Results 1 - 8 of 8) sorted by relevance

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp126 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { function in class:clang::CXXBoolLiteralExprVisitor
/external/clang/lib/AST/
H A DASTDumper.cpp274 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
1701 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { function in class:ASTDumper
H A DStmtProfile.cpp786 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { function in class:StmtProfiler
H A DExprConstant.cpp5608 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1238 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1274 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { function in class:ASTStmtReader
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp194 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { function in class:__anon15206::ScalarExprEmitter
/external/clang/lib/Sema/
H A DSemaStmt.cpp1277 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } function in class:__anon15423::DeclExtractor

Completed in 144 milliseconds