reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  491   llvm::DIType *getOrCreateStandaloneType(QualType Ty, SourceLocation Loc);

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2036   return getOrCreateStandaloneType(D, Loc);
tools/clang/lib/CodeGen/CGExpr.cpp
 3440       DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc);
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
   87         DI.getOrCreateStandaloneType(QualTy, D->getLocation());
   94         DI.getOrCreateStandaloneType(QualTy, D->getLocation());