Home
last modified time | relevance | path

Searched defs:VisitIntegerLiteral (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DIntegerLiteral.cpp19 bool VisitIntegerLiteral(const IntegerLiteral *IL) { VisitIntegerLiteral() function in __anon902a79610111::IntegerLiteralVisitor
H A DBitfieldInitializer.cpp20 bool VisitIntegerLiteral(IntegerLiteral *IL) { VisitIntegerLiteral() function in __anon0924fd0d0111::BitfieldInitializerVisitor
/llvm-project/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestPostOrderVisitor.cpp43 bool VisitIntegerLiteral(IntegerLiteral *Lit) { VisitIntegerLiteral() function in __anon608a40960111::RecordingVisitor
H A DSourceCodeTest.cpp39 bool VisitIntegerLiteral(IntegerLiteral *Expr) override { in VisitIntegerLiteral() function
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp798 void VisitIntegerLiteral(const IntegerLiteral *S) { VisitIntegerLiteral() function in clang::dataflow::__anonfd8dcce60111::TransferVisitor
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp539 bool VisitIntegerLiteral(const IntegerLiteral *E) { return true; } VisitIntegerLiteral() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp144 std::string VisitIntegerLiteral(const IntegerLiteral *E) { summarizeExpr() function
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1612 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { VisitIntegerLiteral() function in JSONNodeDumper
H A DTextNodeDumper.cpp1436 void TextNodeDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { VisitIntegerLiteral() function in TextNodeDumper
H A DStmtPrinter.cpp1318 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { VisitIntegerLiteral() function in StmtPrinter
H A DStmtProfile.cpp1338 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { VisitIntegerLiteral() function in StmtProfiler
H A DASTImporter.cpp7508 ExpectedStmt ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { VisitIntegerLiteral() function in ASTNodeImporter
H A DExprConstant.cpp11553 bool VisitIntegerLiteral(const IntegerLiteral *E) { VisitIntegerLiteral() function in __anon006fc44d2511::IntExprEvaluator
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp715 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { VisitIntegerLiteral() function in ASTStmtWriter
H A DASTReaderStmt.cpp635 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { VisitIntegerLiteral() function in ASTStmtReader
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1258 llvm::Constant *VisitIntegerLiteral(const IntegerLiteral *I, QualType T) { VisitIntegerLiteral() function in __anonc05b2bc40111::ConstExprEmitter
H A DCGExprScalar.cpp466 Value *VisitIntegerLiteral(const IntegerLiteral *E) { VisitIntegerLiteral() function in __anon91c925d00111::ScalarExprEmitter
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1828 void VisitIntegerLiteral(IntegerLiteral *E) { } VisitIntegerLiteral() function in __anon86ccc4100d11::DeclExtractor
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp