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

/external/clang/lib/AST/
H A DStmtDumper.cpp142 void VisitIntegerLiteral(IntegerLiteral *Node);
438 void StmtDumper::VisitIntegerLiteral(IntegerLiteral *Node) { function in class:StmtDumper
H A DStmtProfile.cpp269 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { function in class:StmtProfiler
H A DASTImporter.cpp167 Expr *VisitIntegerLiteral(IntegerLiteral *E);
3943 Expr *ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp3985 bool VisitIntegerLiteral(const IntegerLiteral *E) { function in class:__anon3502::IntExprEvaluator
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp315 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp375 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { function in class:ASTStmtReader
/external/clang/lib/Sema/
H A DSemaStmt.cpp1227 void VisitIntegerLiteral(IntegerLiteral *E) { } function in class:__anon244::DeclExtractor
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp173 Value *VisitIntegerLiteral(const IntegerLiteral *E) { function in class:__anon48::ScalarExprEmitter

Completed in 210 milliseconds