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

1 2

  /external/clang/include/clang/Basic/
Specifiers.h 195 SC_None,
  /frameworks/compile/slang/
slang_rs_context.cpp 115 slangAssert(FD->getStorageClass() == clang::SC_None);
367 clang::SC_None);
slang_rs_foreach_lowering.cpp 179 Loc, nullptr, ParamTypes[I], nullptr, clang::SC_None, nullptr);
slang_rs_object_ref_count.cpp 400 clang::SC_None);
768 clang::SC_None,
769 clang::SC_None);
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 301 SC_None, nullptr);
555 SC_None, nullptr);
669 SC_None, nullptr);
679 SC_None, nullptr);
800 SC_None, nullptr);
    [all...]
SemaLambda.cpp 392 SC_None,
    [all...]
SemaPseudoObject.cpp     [all...]
SemaCoroutine.cpp 148 S.Context.getTrivialTypeSourceInfo(T, Loc), SC_None);
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOpenMP.cpp 395 (D->getStorageClass() == SC_Auto || D->getStorageClass() == SC_None)) {
537 VarDecl::Create(SemaRef.Context, DC, Loc, Loc, II, Type, TInfo, SC_None);
    [all...]
SemaExpr.cpp 243 if (I->getStorageClass() != SC_None)
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 891 if (getStorageClass() == SC_None
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 448 case SC_None: break;
712 if (SC != SC_None)
    [all...]
Decl.cpp 613 Var->getStorageClass() == SC_None)
    [all...]
DeclTemplate.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 182 milliseconds

1 2