Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2580 bool doesDeclarationForceExternallyVisibleDefinition() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3447 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
H A DASTContext.cpp10909 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2900 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()