HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionLinkage (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCXX.cpp 110 = getFunctionLinkage(cast<FunctionDecl>(AliasDecl.getDecl()));
135 = getFunctionLinkage(cast<FunctionDecl>(TargetDecl.getDecl()));
CodeGenModule.h 743 getFunctionLinkage(const FunctionDecl *FD);
746 V->setLinkage(getFunctionLinkage(FD));
    [all...]
CodeGenModule.cpp 404 CodeGenModule::getFunctionLinkage(const FunctionDecl *D) {
873 getFunctionLinkage(Function)
    [all...]

Completed in 63 milliseconds