Home
last modified time | relevance | path

Searched refs:VisitCXXBoolLiteralExpr (Results 1 – 9 of 9) sorted by relevance

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