Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp285 case TST_unspecified: in isDeclarationOfFunction()
431 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()
519 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()
612 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
631 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
659 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
677 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
700 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
713 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
727 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecBool()
[all …]
DSemaTemplateVariadic.cpp710 case TST_unspecified: in containsUnexpandedParameterPacks()
DSemaType.cpp751 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
3517 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
DSemaDecl.cpp362 return DeclSpec::TST_unspecified; in isTagName()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSpecifiers.h37 TST_unspecified, enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h259 static const TST TST_unspecified = clang::TST_unspecified; variable
417 TypeSpecType(TST_unspecified), in DeclSpec()
465 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()
577 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DTypeLoc.cpp303 return TST_unspecified; in getWrittenTypeSpec()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DTypeLoc.h555 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
579 wbs.Type = TST_unspecified; in initializeLocal()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseTemplate.cpp644 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
DParser.cpp912 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID)) in ParseDeclOrFunctionDefInternal()
DParseDecl.cpp3053 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h667 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);