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

  /external/clang/include/clang/Basic/
Specifiers.h 173 SC_None,
  /frameworks/compile/slang/
slang_rs_context.cpp 112 if (FD->getStorageClass() != clang::SC_None) {
slang_rs_object_ref_count.cpp 502 clang::SC_None);
872 clang::SC_None,
873 clang::SC_None);
    [all...]
  /external/clang/lib/AST/
DumpXML.cpp 463 if (D->getStorageClass() != SC_None)
490 if (D->getStorageClass() != SC_None)
DeclPrinter.cpp 399 case SC_None: break;
649 if (SC != SC_None)
    [all...]
Decl.cpp 554 Var->getStorageClass() == SC_None)
    [all...]
DeclTemplate.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 146 SC_None,
    [all...]
SemaExprObjC.cpp 240 NumberType, /*TInfo=*/0, SC_None,
492 SC_None, 0);
659 /*TInfo=*/0, SC_None, 0);
666 /*TInfo=*/0, SC_None, 0);
775 /*TInfo=*/0, SC_None, 0);
    [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp 188 if (I->getStorageClass() != SC_None)
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 810 if (getStorageClass() == SC_None)
825 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local))
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 6065 milliseconds