Searched refs:getFunctionLinkage (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXX.cpp110 = getFunctionLinkage(cast<FunctionDecl>(AliasDecl.getDecl()));
135 = getFunctionLinkage(cast<FunctionDecl>(TargetDecl.getDecl()));
H A DCodeGenModule.h826 getFunctionLinkage(const FunctionDecl *FD);
829 V->setLinkage(getFunctionLinkage(FD));
H A DCodeGenModule.cpp469 CodeGenModule::getFunctionLinkage(const FunctionDecl *D) { function in class:CodeGenModule
988 if (getFunctionLinkage(F) != llvm::Function::AvailableExternallyLinkage)

Completed in 104 milliseconds