Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp254 void VisitIntegerLiteral(const IntegerLiteral *Node);
1521 void ASTDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { in VisitIntegerLiteral() function in ASTDumper
DStmtProfile.cpp269 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { in VisitIntegerLiteral() function in StmtProfiler
DStmtPrinter.cpp720 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { in VisitIntegerLiteral() function in StmtPrinter
DASTImporter.cpp167 Expr *VisitIntegerLiteral(IntegerLiteral *E);
4157 Expr *ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTNodeImporter
DExprConstant.cpp3987 bool VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anon0c5100020e11::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp313 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtWriter
DASTReaderStmt.cpp373 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1262 void VisitIntegerLiteral(IntegerLiteral *E) { } in VisitIntegerLiteral() function in __anon58f793e50211::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp182 Value *VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anonde9b34050111::ScalarExprEmitter