Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp736 void VisitIntegerLiteral(const IntegerLiteral *S) { VisitIntegerLiteral() function in clang::dataflow::__anonae03ae850111::TransferVisitor
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1568 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { VisitIntegerLiteral() function in JSONNodeDumper
H A DTextNodeDumper.cpp1213 void TextNodeDumper::VisitIntegerLiteral(const IntegerLiteral *Node) { VisitIntegerLiteral() function in TextNodeDumper
H A DStmtPrinter.cpp1282 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { VisitIntegerLiteral() function in StmtPrinter
H A DStmtProfile.cpp1336 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) { VisitIntegerLiteral() function in StmtProfiler
H A DASTImporter.cpp7411 ExpectedStmt ASTNodeImporter::VisitIntegerLiteral(IntegerLiteral *E) { VisitIntegerLiteral() function in ASTNodeImporter
H A DExprConstant.cpp11318 bool VisitIntegerLiteral(const IntegerLiteral *E) { VisitIntegerLiteral() function in __anon147cbbcc2411::IntExprEvaluator
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1243 llvm::Constant *VisitIntegerLiteral(IntegerLiteral *I, QualType T) { VisitIntegerLiteral() function in __anon4e2986830111::ConstExprEmitter
H A DCGExprScalar.cpp451 Value *VisitIntegerLiteral(const IntegerLiteral *E) { VisitIntegerLiteral() function in __anon4a73c4cf0111::ScalarExprEmitter
/freebsd-src/contrib/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) { in VisitIntegerLiteral() function in ASTStmtReader
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1805 void VisitIntegerLiteral(IntegerLiteral *E) { } VisitIntegerLiteral() function in __anona8c5d3ef0d11::DeclExtractor