Home
last modified time | relevance | path

Searched refs:VisitAddrLabelExpr (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h271 void VisitAddrLabelExpr(const AddrLabelExpr *Node);
H A DJSONNodeDumper.h284 void VisitAddrLabelExpr(const AddrLabelExpr *ALE);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp1815 ConstantLValue VisitAddrLabelExpr(const AddrLabelExpr *E);
2012 ConstantLValueEmitter::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ConstantLValueEmitter
H A DCGExprScalar.cpp478 Value *VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in __anon20de44ed0111::ScalarExprEmitter
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp543 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
2149 return VisitAddrLabelExpr(cast<AddrLabelExpr>(S), asc); in Visit()
2395 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr() function in CFGBuilder
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1325 void JSONNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *ALE) { in VisitAddrLabelExpr() function in JSONNodeDumper
H A DTextNodeDumper.cpp1175 void TextNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in TextNodeDumper
H A DStmtProfile.cpp1450 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr() function in StmtProfiler
H A DStmtPrinter.cpp1649 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in StmtPrinter
H A DASTImporter.cpp636 ExpectedStmt VisitAddrLabelExpr(AddrLabelExpr *E);
7108 ExpectedStmt ASTNodeImporter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTNodeImporter
H A DExprConstant.cpp8720 bool VisitAddrLabelExpr(const AddrLabelExpr *E) in VisitAddrLabelExpr() function in __anon7a1fdcea1c11::PointerExprEvaluator
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1166 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1292 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtReader
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2089 void VisitAddrLabelExpr(const AddrLabelExpr *E);
2709 void EnqueueVisitor::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in EnqueueVisitor