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

  /external/clang/include/clang/Basic/
Specifiers.h 175 SC_Static,
  /external/clang/lib/AST/
Decl.cpp 532 if (Var->getStorageClass() == SC_Static)
557 if (PrevVar->getStorageClass() == SC_Static)
572 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static)
    [all...]
DeclPrinter.cpp 401 case SC_Static: Out << "static "; break;
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGObjC.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 524 if (FD->getStorageClass() == clang::SC_Static) {
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaLambda.cpp     [all...]
Sema.cpp 719 if (FD->getStorageClass() == SC_Static &&
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 823 return (getStorageClass() == SC_Static ||
    [all...]

Completed in 72 milliseconds