OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCS_static
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
413
return getDeclSpec().getStorageClassSpec() == DeclSpec::
SCS_static
||
487
case DeclSpec::
SCS_static
: return "static";
633
case
SCS_static
:
1319
case
SCS_static
:
SemaDecl.cpp
4945
case DeclSpec::
SCS_static
: return SC_Static;
5017
if (DS.getStorageClassSpec() != DeclSpec::
SCS_static
&&
5025
DS.SetStorageClassSpec(*this, DeclSpec::
SCS_static
, SourceLocation(),
5819
D.getDeclSpec().getStorageClassSpec() != DeclSpec::
SCS_static
)
8454
case DeclSpec::
SCS_static
: {
SemaDeclCXX.cpp
758
if (SCS == DeclSpec::
SCS_static
) {
3261
else if (DS.getStorageClassSpec() == DeclSpec::
SCS_static
)
3303
case DeclSpec::
SCS_static
:
3348
*this, DeclSpec::
SCS_static
, ConstexprLoc, PrevSpec, DiagID,
SemaType.cpp
3408
if (D.getDeclSpec().getStorageClassSpec() == DeclSpec::
SCS_static
||
5548
D.getDeclSpec().getStorageClassSpec() != DeclSpec::
SCS_static
) &&
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
2836
DeclSpec::
SCS_static
&&
2891
DeclSpec::
SCS_static
) {
2929
} else if (ThisDecl && DS.getStorageClassSpec() == DeclSpec::
SCS_static
)
ParseDecl.cpp
3329
DS.getStorageClassSpec() == DeclSpec::
SCS_static
)
3632
isInvalid = DS.SetStorageClassSpec(Actions, DeclSpec::
SCS_static
, Loc,
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
237
SCS_static
,
245
// These can be combined with SCS_extern and
SCS_static
.
Completed in 90 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026