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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  269   llvm::DIType *createFieldType(StringRef name, QualType type,

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1321       llvm::DIType *FieldType = createFieldType(
 1389         createFieldType(name, type, field->getLocation(), field->getAccess(),
 4306       fieldType = createFieldType(name, variable->getType(), loc, AS_public,
tools/clang/lib/CodeGen/CGDebugInfo.h
  280     return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,