Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp58 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { in VisitCXXBoolLiteralExpr() function in __anonbce613420111::CXXBoolLiteralExprVisitor
/external/clang/lib/AST/
DASTDumper.cpp506 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
1890 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in ASTDumper
DStmtProfile.cpp1032 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in StmtProfiler
DStmtPrinter.cpp1661 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in StmtPrinter
DExprConstant.cpp5965 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anon7264eadc1211::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1251 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtWriter
DASTReaderStmt.cpp1283 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1335 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr() function in __anon27b5dcff0311::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp232 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anonaffcfbdf0111::ScalarExprEmitter