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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h71 bool VisitIntegerLiteral(const IntegerLiteral *E);
H A DByteCodeExprGen.cpp129 bool ByteCodeExprGen<Emitter>::VisitIntegerLiteral(const IntegerLiteral *LE) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h302 void VisitIntegerLiteral(const IntegerLiteral *IL);
H A DTextNodeDumper.h255 void VisitIntegerLiteral(const IntegerLiteral *Node);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1399 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { function in class:JSONNodeDumper
H A DStmtProfile.cpp1137 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { function in class:StmtProfiler
H A DASTImporter.cpp588 ExpectedStmt VisitIntegerLiteral(IntegerLiteral *E);
6542 ExpectedStmt ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) {
H A DExprConstant.cpp10247 bool VisitIntegerLiteral(const IntegerLiteral *E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1442 void VisitIntegerLiteral(IntegerLiteral *E) { } function in class:__anon2091::DeclExtractor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp618 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp630 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { function in class:ASTStmtWriter
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp450 Value *VisitIntegerLiteral(const IntegerLiteral *E) { function in class:__anon1724::ScalarExprEmitter

Completed in 333 milliseconds