/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
H A D | IntegerLiteral.cpp | 19 bool VisitIntegerLiteral(const IntegerLiteral *IL) { VisitIntegerLiteral() function in __anon902a79610111::IntegerLiteralVisitor
|
H A D | BitfieldInitializer.cpp | 20 bool VisitIntegerLiteral(IntegerLiteral *IL) { VisitIntegerLiteral() function in __anon0924fd0d0111::BitfieldInitializerVisitor
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RecursiveASTVisitorTestPostOrderVisitor.cpp | 43 bool VisitIntegerLiteral(IntegerLiteral *Lit) { VisitIntegerLiteral() function in __anon608a40960111::RecordingVisitor
|
H A D | SourceCodeTest.cpp | 39 bool VisitIntegerLiteral(IntegerLiteral *Expr) override { in VisitIntegerLiteral() function
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 798 void VisitIntegerLiteral(const IntegerLiteral *S) { VisitIntegerLiteral() function in clang::dataflow::__anonfd8dcce60111::TransferVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 539 bool VisitIntegerLiteral(const IntegerLiteral *E) { return true; } VisitIntegerLiteral() function in clang::TrivialFunctionAnalysisVisitor
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | InlayHints.cpp | 144 std::string VisitIntegerLiteral(const IntegerLiteral *E) { summarizeExpr() function
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1612 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { VisitIntegerLiteral() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 1436 void TextNodeDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { VisitIntegerLiteral() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 1318 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { VisitIntegerLiteral() function in StmtPrinter
|
H A D | StmtProfile.cpp | 1338 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { VisitIntegerLiteral() function in StmtProfiler
|
H A D | ASTImporter.cpp | 7508 ExpectedStmt ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { VisitIntegerLiteral() function in ASTNodeImporter
|
H A D | ExprConstant.cpp | 11553 bool VisitIntegerLiteral(const IntegerLiteral *E) { VisitIntegerLiteral() function in __anon006fc44d2511::IntExprEvaluator
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 715 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { VisitIntegerLiteral() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 635 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { VisitIntegerLiteral() function in ASTStmtReader
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1258 llvm::Constant *VisitIntegerLiteral(const IntegerLiteral *I, QualType T) { VisitIntegerLiteral() function in __anonc05b2bc40111::ConstExprEmitter
|
H A D | CGExprScalar.cpp | 466 Value *VisitIntegerLiteral(const IntegerLiteral *E) { VisitIntegerLiteral() function in __anon91c925d00111::ScalarExprEmitter
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1828 void VisitIntegerLiteral(IntegerLiteral *E) { } VisitIntegerLiteral() function in __anon86ccc4100d11::DeclExtractor
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|