Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp490 void VisitIntegerLiteral(const IntegerLiteral *Node);
1772 void ASTDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { in VisitIntegerLiteral() function in ASTDumper
DStmtProfile.cpp547 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { in VisitIntegerLiteral() function in StmtProfiler
DStmtPrinter.cpp1065 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { in VisitIntegerLiteral() function in StmtPrinter
DASTImporter.cpp176 Expr *VisitIntegerLiteral(IntegerLiteral *E);
4441 Expr *ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTNodeImporter
DExprConstant.cpp5934 bool VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anon7264eadc1211::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp377 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtWriter
DASTReaderStmt.cpp457 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1333 void VisitIntegerLiteral(IntegerLiteral *E) { } in VisitIntegerLiteral() function in __anon27b5dcff0311::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp220 Value *VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anonaffcfbdf0111::ScalarExprEmitter