Home
last modified time | relevance | path

Searched refs:TST_unspecified (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp262 case TST_unspecified: in isDeclarationOfFunction()
367 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()
512 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
531 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
559 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
577 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
600 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
613 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
752 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) && in Finish()
781 if (TypeSpecType == TST_unspecified) in Finish()
[all …]
DSemaTemplateVariadic.cpp635 case TST_unspecified: in containsUnexpandedParameterPacks()
DSemaType.cpp628 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
2707 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
DSemaDecl.cpp247 default: return DeclSpec::TST_unspecified; in isTagName()
255 return DeclSpec::TST_unspecified; in isTagName()
/external/clang/include/clang/Basic/
DSpecifiers.h36 TST_unspecified, enumerator
/external/clang/lib/AST/
DTypeLoc.cpp242 return TST_unspecified; in getWrittenTypeSpec()
246 return TST_unspecified; in getWrittenTypeSpec()
/external/clang/include/clang/Sema/
DDeclSpec.h238 static const TST TST_unspecified = clang::TST_unspecified; variable
379 TypeSpecType(TST_unspecified), in DeclSpec()
506 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/external/clang/include/clang/AST/
DTypeLoc.h494 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
518 wbs.Type = TST_unspecified; in initializeLocal()
/external/clang/lib/Parse/
DParseTemplate.cpp609 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
DParser.cpp782 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID)) in ParseDeclarationOrFunctionDefinition()
DParseDecl.cpp1807 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
1996 if (DS.getTypeSpecType() != DeclSpec::TST_unspecified || in ParseOptionalTypeSpecifier()