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

  /external/clang/include/clang/Basic/
Specifiers.h 205 SC_Static,
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 167 Context.getFunctionType(Context.VoidTy, {}, {}), nullptr, SC_Static);
  /external/clang/lib/AST/
Decl.cpp 592 if (Var->getStorageClass() == SC_Static)
619 if (PrevVar->getStorageClass() == SC_Static)
628 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static)
    [all...]
DeclPrinter.cpp 458 case SC_Static: Out << "static "; break;
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
Sema.cpp     [all...]
SemaLambda.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 100 return storage_class == SC_Static ? "static auto" : "auto";
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 469 milliseconds