Home
last modified time | relevance | path

Searched refs:createImportedDeclaration (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h781 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4322 DBuilder.createImportedDeclaration( in EmitUsingDecl()
4334 DBuilder.createImportedDeclaration( in EmitImportDecl()
4353 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
4358 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp202 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration() function in DIBuilder
H A DDebugInfo.cpp877 return wrap(unwrap(Builder)->createImportedDeclaration( in LLVMDIBuilderCreateImportedDeclaration()