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

/external/clang/include/clang/AST/
H A DDecl.h1878 bool doesDeclarationForceExternallyVisibleDefinition() const;
/external/clang/lib/AST/
H A DDecl.cpp1945 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { function in class:FunctionDecl
2022 // doesDeclarationForceExternallyVisibleDefinition as well.
H A DASTContext.cpp6659 return FD->doesDeclarationForceExternallyVisibleDefinition();
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp825 if (!FD->doesDeclarationForceExternallyVisibleDefinition())

Completed in 77 milliseconds