reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2729 return cast_or_null<DIGlobalVariable>(getRawDecl());
lib/IR/AsmWriter.cpp 2018 Printer.printMetadata("declaration", N->getRawDecl(), false);
lib/IR/LLVMContextImpl.h803 : Scope(N->getRawScope()), Decl(N->getRawDecl()), Name(N->getRawName()), 807 return Scope == RHS->getRawScope() && Decl == RHS->getRawDecl() &&lib/IR/Verifier.cpp
1178 if (auto *S = N.getRawDecl())