Searched refs:VisitIntegerLiteral (Results 1 - 8 of 8) sorted by relevance

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

Completed in 311 milliseconds