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

  /external/clang/include/clang/Basic/
Specifiers.h 174 SC_Static,
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 360 SC_Static);
380 SC_Static);
ClangASTSource.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 476 if (FD->getStorageClass() == clang::SC_Static) {
  /external/clang/lib/AST/
Decl.cpp 580 if (Var->getStorageClass() == SC_Static)
605 if (PrevVar->getStorageClass() == SC_Static)
614 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static)
    [all...]
DeclPrinter.cpp 393 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 787 if (FD->getStorageClass() == SC_Static &&
    [all...]
SemaLambda.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 840 return (getStorageClass() == SC_Static ||
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]

Completed in 616 milliseconds