Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTDumper.cpp494 void VisitIntegerLiteral(const IntegerLiteral *Node);
1816 void ASTDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { in VisitIntegerLiteral() function in ASTDumper
HDStmtProfile.cpp567 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { in VisitIntegerLiteral() function in StmtProfiler
HDStmtPrinter.cpp1095 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { in VisitIntegerLiteral() function in StmtPrinter
HDASTImporter.cpp216 Expr *VisitIntegerLiteral(IntegerLiteral *E);
5068 Expr *ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTNodeImporter
HDExprConstant.cpp5938 bool VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anon86de21131211::IntExprEvaluator
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp377 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtWriter
HDASTReaderStmt.cpp457 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtReader
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp1334 void VisitIntegerLiteral(IntegerLiteral *E) { } in VisitIntegerLiteral() function in __anonaa4ce6960311::DeclExtractor
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprScalar.cpp221 Value *VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anon2e0475960111::ScalarExprEmitter