Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1273 void JSONNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *ALE) { in VisitAddrLabelExpr() function in JSONNodeDumper
H A DTextNodeDumper.cpp1114 void TextNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in TextNodeDumper
H A DStmtPrinter.cpp1486 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in StmtPrinter
H A DStmtProfile.cpp1358 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr() function in StmtProfiler
H A DASTImporter.cpp6849 ExpectedStmt ASTNodeImporter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTNodeImporter
H A DExprConstant.cpp8612 bool VisitAddrLabelExpr(const AddrLabelExpr *E) in VisitAddrLabelExpr() function in __anondef1c1651c11::PointerExprEvaluator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1157 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1297 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1978 ConstantLValueEmitter::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ConstantLValueEmitter
H A DCGExprScalar.cpp476 Value *VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in __anonacb3eee80111::ScalarExprEmitter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp2382 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr() function in CFGBuilder
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2586 void EnqueueVisitor::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in EnqueueVisitor