Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp798 void VisitIntegerLiteral(const IntegerLiteral *S) { in VisitIntegerLiteral() function in clang::dataflow::__anoneae148b30111::TransferVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp539 bool VisitIntegerLiteral(const IntegerLiteral *E) { return true; } in VisitIntegerLiteral() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1611 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral() function in JSONNodeDumper
H A DTextNodeDumper.cpp1436 void TextNodeDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { in VisitIntegerLiteral() function in TextNodeDumper
H A DStmtPrinter.cpp1328 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { in VisitIntegerLiteral() function in StmtPrinter
H A DStmtProfile.cpp1347 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { in VisitIntegerLiteral() function in StmtProfiler
H A DASTImporter.cpp7513 ExpectedStmt ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTNodeImporter
H A DExprConstant.cpp11568 bool VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anonfb577fba2511::IntExprEvaluator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp713 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtWriter
H A DASTReaderStmt.cpp635 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1269 llvm::Constant *VisitIntegerLiteral(const IntegerLiteral *I, QualType T) { in VisitIntegerLiteral() function in __anon9d6f04f10111::ConstExprEmitter
H A DCGExprScalar.cpp467 Value *VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral() function in __anone7cacfbd0111::ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp642 bool Compiler<Emitter>::VisitIntegerLiteral(const IntegerLiteral *LE) { in VisitIntegerLiteral() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1828 void VisitIntegerLiteral(IntegerLiteral *E) { } in VisitIntegerLiteral() function in __anon4f6f6e9d0d11::DeclExtractor