/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 277 void VisitIntegerLiteral(const IntegerLiteral *Node);
|
H A D | JSONNodeDumper.h | 326 void VisitIntegerLiteral(const IntegerLiteral *IL);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 539 bool VisitIntegerLiteral(const IntegerLiteral *E) { return true; } in VisitIntegerLiteral() function in clang::TrivialFunctionAnalysisVisitor
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h | 119 bool VisitIntegerLiteral(const IntegerLiteral *E);
|
H A D | Compiler.cpp | 642 bool Compiler<Emitter>::VisitIntegerLiteral(const IntegerLiteral *LE) { in VisitIntegerLiteral() function in Compiler
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 798 void VisitIntegerLiteral(const IntegerLiteral *S) { in VisitIntegerLiteral() function in clang::dataflow::__anoneae148b30111::TransferVisitor
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1611 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral() function in JSONNodeDumper
|
H A D | StmtProfile.cpp | 1347 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { in VisitIntegerLiteral() function in StmtProfiler
|
H A D | StmtPrinter.cpp | 1328 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { in VisitIntegerLiteral() function in StmtPrinter
|
H A D | TextNodeDumper.cpp | 1436 void TextNodeDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { in VisitIntegerLiteral() function in TextNodeDumper
|
H A D | ASTImporter.cpp | 582 ExpectedStmt VisitIntegerLiteral(IntegerLiteral *E); 7513 ExpectedStmt ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTNodeImporter
|
H A D | ExprConstant.cpp | 11568 bool VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anonfb577fba2511::IntExprEvaluator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1269 llvm::Constant *VisitIntegerLiteral(const IntegerLiteral *I, QualType T) { in VisitIntegerLiteral() function in __anon9d6f04f10111::ConstExprEmitter
|
H A D | CGExprScalar.cpp | 467 Value *VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anone7cacfbd0111::ScalarExprEmitter
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 713 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 635 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtReader
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1828 void VisitIntegerLiteral(IntegerLiteral *E) { } in VisitIntegerLiteral() function in __anon4f6f6e9d0d11::DeclExtractor
|