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

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp150 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { function in class:__anon19549::CXXBoolLiteralExprVisitor
/external/clang/lib/AST/
H A DASTDumper.cpp331 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
1830 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { function in class:ASTDumper
H A DStmtProfile.cpp894 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { function in class:StmtProfiler
H A DExprConstant.cpp5752 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) {
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp195 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { function in class:__anon17838::ScalarExprEmitter
/external/clang/lib/Sema/
H A DSemaStmt.cpp1316 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } function in class:__anon18094::DeclExtractor
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1281 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1244 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { function in class:ASTStmtWriter

Completed in 2382 milliseconds