Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp315 void VisitIntegerLiteral(const IntegerLiteral *Node);
1708 void ASTDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { in VisitIntegerLiteral() function in ASTDumper
DStmtProfile.cpp411 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { in VisitIntegerLiteral() function in StmtProfiler
DStmtPrinter.cpp979 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { in VisitIntegerLiteral() function in StmtPrinter
DASTImporter.cpp174 Expr *VisitIntegerLiteral(IntegerLiteral *E);
4384 Expr *ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTNodeImporter
DExprConstant.cpp5721 bool VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anon79c4fed31211::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp376 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtWriter
DASTReaderStmt.cpp456 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1314 void VisitIntegerLiteral(IntegerLiteral *E) { } in VisitIntegerLiteral() function in __anon3aaa9c560211::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp183 Value *VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anond0a433560111::ScalarExprEmitter