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

Declarations

include/llvm/IR/DIBuilder.h
  790     DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,

References

lib/IR/DebugInfo.cpp
  877   return wrap(unwrap(Builder)->createImportedDeclaration(
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4574     DBuilder.createImportedDeclaration(
 4586     DBuilder.createImportedDeclaration(
 4605     R = DBuilder.createImportedDeclaration(
 4610     R = DBuilder.createImportedDeclaration(
unittests/IR/IRBuilderTest.cpp
  841   DIB.createImportedDeclaration(CU, nullptr, F, 1);
  842   DIB.createImportedDeclaration(CU, nullptr, F, 1);