OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tst_unspecified
(Results
1 - 12
of
12
) sorted by null
/external/clang/lib/Sema/
DeclSpec.cpp
284
case
TST_unspecified
:
417
case DeclSpec::
TST_unspecified
: return "unspecified";
505
if (TypeSpecType ==
TST_unspecified
&& S.getLangOpts().CPlusPlus) {
598
if (TypeSpecType !=
TST_unspecified
) {
617
if (TypeSpecType !=
TST_unspecified
) {
645
if (TypeSpecType !=
TST_unspecified
) {
663
if (TypeSpecType !=
TST_unspecified
) {
686
if (TypeSpecType !=
TST_unspecified
) {
699
(TypeSpecType !=
TST_unspecified
)) {
713
(TypeSpecType !=
TST_unspecified
)) {
[
all
...]
SemaTemplateVariadic.cpp
710
case
TST_unspecified
:
[
all
...]
SemaType.cpp
768
case DeclSpec::
TST_unspecified
:
[
all
...]
SemaDecl.cpp
370
return DeclSpec::
TST_unspecified
;
[
all
...]
/external/clang/include/clang/Basic/
Specifiers.h
37
TST_unspecified
,
/external/clang/include/clang/Sema/
DeclSpec.h
259
static const TST
TST_unspecified
= clang::
TST_unspecified
;
415
TypeSpecType(
TST_unspecified
),
560
return getTypeSpecType() != DeclSpec::
TST_unspecified
||
[
all
...]
/external/clang/lib/AST/
TypeLoc.cpp
303
return
TST_unspecified
;
/external/clang/include/clang/AST/
TypeLoc.h
552
return getWrittenTypeSpec() !=
TST_unspecified
;
576
wbs.Type =
TST_unspecified
;
[
all
...]
/external/clang/lib/Parse/
ParseTemplate.cpp
641
if (DS.getTypeSpecType() == DeclSpec::
TST_unspecified
) {
[
all
...]
Parser.cpp
886
if (DS.SetTypeSpecType(DeclSpec::
TST_unspecified
, AtLoc, PrevSpec, DiagID))
[
all
...]
ParseDecl.cpp
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
658
void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST =
TST_unspecified
);
[
all
...]
Completed in 125 milliseconds