reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1793 return cast_or_null<DIType>(getRawContainingType());
lib/IR/AsmWriter.cpp 1960 Printer.printMetadata("containingType", N->getRawContainingType());
lib/IR/LLVMContextImpl.h644 ContainingType(N->getRawContainingType()), 658 ContainingType == RHS->getRawContainingType() &&lib/IR/Verifier.cpp
1110 AssertDI(isType(N.getRawContainingType()), "invalid containing type", &N, 1111 N.getRawContainingType());