Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp58 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { in VisitCXXBoolLiteralExpr() function in __anonb1dfc66b0111::CXXBoolLiteralExprVisitor
/external/clang/lib/AST/
DASTDumper.cpp530 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
2094 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in ASTDumper
DStmtProfile.cpp1246 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in StmtProfiler
DStmtPrinter.cpp1974 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in StmtPrinter
DASTImporter.cpp251 Expr *VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E);
5868 Expr *ASTNodeImporter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTNodeImporter
DExprConstant.cpp6278 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anonf3f43a051411::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1316 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtWriter
DASTReaderStmt.cpp1340 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1342 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr() function in __anon739654c80411::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp237 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anonf981b7880111::ScalarExprEmitter