Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h289 void VisitAddrLabelExpr(const AddrLabelExpr *Node);
H A DJSONNodeDumper.h301 void VisitAddrLabelExpr(const AddrLabelExpr *ALE);
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h187 bool VisitAddrLabelExpr(const AddrLabelExpr *E);
H A DCompiler.cpp2996 bool Compiler<Emitter>::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2002 ConstantLValue VisitAddrLabelExpr(const AddrLabelExpr *E);
2215 ConstantLValueEmitter::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ConstantLValueEmitter
H A DCGExprScalar.cpp496 Value *VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in __anone7cacfbd0111::ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp560 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
2214 return VisitAddrLabelExpr(cast<AddrLabelExpr>(S), asc); in Visit()
2459 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr() function in CFGBuilder
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1464 void JSONNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *ALE) { in VisitAddrLabelExpr() function in JSONNodeDumper
H A DStmtProfile.cpp1515 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr() function in StmtProfiler
H A DStmtPrinter.cpp1719 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in StmtPrinter
H A DTextNodeDumper.cpp1521 void TextNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in TextNodeDumper
H A DASTImporter.cpp590 ExpectedStmt VisitAddrLabelExpr(AddrLabelExpr *E);
7631 ExpectedStmt ASTNodeImporter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTNodeImporter
H A DExprConstant.cpp9107 bool VisitAddrLabelExpr(const AddrLabelExpr *E) in VisitAddrLabelExpr() function in __anonfb577fba1d11::PointerExprEvaluator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1274 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1333 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtReader