OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scs_extern
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
DeclSpec.cpp
397
case DeclSpec::
SCS_extern
: return "extern";
508
case
SCS_extern
:
545
StorageClassSpec ==
SCS_extern
&&
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
DeclSpec.h
239
SCS_extern
,
248
// These can be combined with
SCS_extern
and SCS_static.
[
all
...]
/external/clang/lib/Parse/
Parser.cpp
887
DS.getStorageClassSpec() == DeclSpec::
SCS_extern
&&
[
all
...]
ParseDecl.cpp
[
all
...]
Completed in 223 milliseconds