Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp404 case TSC_unspecified: return "unspecified"; in getSpecifierName()
568 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
925 TypeSpecComplex != TSC_unspecified || in Finish()
946 TypeSpecComplex = TSC_unspecified; in Finish()
1035 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1049 TypeSpecComplex = TSC_unspecified; in Finish()
DSemaCodeComplete.cpp3345 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DDeclSpec.h246 TSC_unspecified, enumerator
407 TypeSpecComplex(TSC_unspecified), in DeclSpec()
572 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()