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 826 getFunctionLinkage(const FunctionDecl *FD);
829 V->setLinkage(getFunctionLinkage(FD));
    [all...]
CodeGenModule.cpp 469 CodeGenModule::getFunctionLinkage(const FunctionDecl *D) {
    [all...]

Completed in 227 milliseconds