Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtDumper.cpp154 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node);
543 void StmtDumper::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in StmtDumper
DStmtProfile.cpp717 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in StmtProfiler
DStmtPrinter.cpp1102 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in StmtPrinter
DExprConstant.cpp1038 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anon407d9e3f0711::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1000 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtWriter
DASTReaderStmt.cpp1011 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtReader
/external/clang/lib/CodeGen/
DCGExprScalar.cpp181 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anon7836a8c20111::ScalarExprEmitter