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

  /external/clang/include/clang/Basic/
Specifiers.h 153 SC_Static,
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaLambda.cpp 504 /*IsStatic=*/true, SC_Static, /*IsInline=*/true,
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 210 if (Var->getStorageClass() == SC_Static)
251 if (Function->getStorageClass() == SC_Static)
    [all...]
DeclPrinter.cpp 394 case SC_Static: Out << "static "; break;
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CodeGenModule.cpp     [all...]
CGDecl.cpp 115 case SC_Static: {
    [all...]
CGObjC.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 887 return getStorageClass() == SC_Static && !isFileVarDecl();
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 222 milliseconds