HomeSort by relevance Sort by last modified time
    Searched full:sc_static (Results 1 - 19 of 19) sorted by null

  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 360 SC_Static);
380 SC_Static);
ClangASTSource.cpp     [all...]
  /external/clang/include/clang/Basic/
Specifiers.h 174 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/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/CodeGen/
CGBlocks.cpp     [all...]
CGObjC.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 476 if (FD->getStorageClass() == clang::SC_Static) {
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 840 return (getStorageClass() == SC_Static ||
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 4709 sc_static, enumerator in enum:cp_storage_class
    [all...]

Completed in 724 milliseconds