OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TST_unspecified
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
372
case
TST_unspecified
:
544
case DeclSpec::
TST_unspecified
: return "unspecified";
654
if (TypeSpecType ==
TST_unspecified
&& S.getLangOpts().CPlusPlus) {
747
if (TypeSpecType !=
TST_unspecified
) {
769
if (TypeSpecType !=
TST_unspecified
) {
801
if (TypeSpecType !=
TST_unspecified
) {
831
if (TypeSpecType !=
TST_unspecified
) {
865
if (TypeSpecType !=
TST_unspecified
) {
880
if (TypeSpecType !=
TST_unspecified
) {
898
(TypeSpecType !=
TST_unspecified
)) {
[
all
...]
SemaTemplateVariadic.cpp
880
case
TST_unspecified
:
SemaType.cpp
1326
case DeclSpec::
TST_unspecified
:
5983
DS.getTypeSpecType() ==
TST_unspecified
);
SemaDecl.cpp
625
return DeclSpec::
TST_unspecified
;
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h
44
TST_unspecified
,
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
260
static const TST
TST_unspecified
= clang::
TST_unspecified
;
428
TypeSpecType(
TST_unspecified
), TypeAltiVecVector(false),
463
TypeSpecType = DeclSpec::
TST_unspecified
;
622
return getTypeSpecType() != DeclSpec::
TST_unspecified
||
/src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp
416
return
TST_unspecified
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
637
return getWrittenTypeSpec() !=
TST_unspecified
;
663
wbs.Type =
TST_unspecified
;
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1041
void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T =
TST_unspecified
);
3213
bool Delayed = false, DeclSpec::TST TagType = DeclSpec::
TST_unspecified
,
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp
971
if (DS.getTypeSpecType() == DeclSpec::
TST_unspecified
) {
Parser.cpp
1110
if (DS.SetTypeSpecType(DeclSpec::
TST_unspecified
, AtLoc, PrevSpec, DiagID,
ParseOpenMP.cpp
2107
assert(TagType == DeclSpec::
TST_unspecified
);
ParseDecl.cpp
3907
DS.getTypeSpecType() != DeclSpec::
TST_unspecified
&&
Completed in 52 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026