Home
last modified time | relevance | path

Searched defs:VisitAddrLabelExpr (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1464 void JSONNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *ALE) { in VisitAddrLabelExpr() function in JSONNodeDumper
H A DTextNodeDumper.cpp1521 void TextNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in TextNodeDumper
H A DStmtPrinter.cpp1719 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in StmtPrinter
H A DStmtProfile.cpp1515 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr() function in StmtProfiler
H A DASTImporter.cpp7631 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
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2215 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/AST/Interp/
H A DCompiler.cpp2996 bool Compiler<Emitter>::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2459 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr() function in CFGBuilder