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

/external/clang/include/clang/AST/
H A DDecl.h1936 bool doesDeclarationForceExternallyVisibleDefinition() const;
/external/clang/lib/AST/
H A DDecl.cpp2694 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { function in class:FunctionDecl
2798 // doesDeclarationForceExternallyVisibleDefinition as well.
H A DASTContext.cpp7906 return FD->doesDeclarationForceExternallyVisibleDefinition();
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1242 if (!FD->doesDeclarationForceExternallyVisibleDefinition())

Completed in 629 milliseconds