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 153 SC_Static,
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
Sema.cpp 689 if (FD->getStorageClassAsWritten() == SC_Static &&
    [all...]
SemaLambda.cpp 657 /*IsStatic=*/true, SC_Static, /*IsInline=*/true,
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 213 if (Var->getStorageClass() == SC_Static)
254 if (Function->getStorageClass() == SC_Static)
    [all...]
DeclPrinter.cpp 397 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 885 return getStorageClass() == SC_Static && !isFileVarDecl();
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 2227 milliseconds