Home
last modified time | relevance | path

Searched refs:TSC_unspecified (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp538 case TSC_unspecified: return "unspecified"; in getSpecifierName()
734 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
1146 TypeSpecComplex != TSC_unspecified || in Finish()
1167 TypeSpecComplex = TSC_unspecified; in Finish()
1316 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1334 TypeSpecComplex = TSC_unspecified; in Finish()
H A DSemaCodeComplete.cpp4554 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h270 TSC_unspecified, enumerator
462 TypeSpecComplex(TSC_unspecified), in DeclSpec()
660 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()