Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp348 case TSC_unspecified: return "unspecified"; in getSpecifierName()
481 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
822 if (TypeSpecComplex != TSC_unspecified) { in Finish()
835 TypeSpecComplex = TSC_unspecified; in Finish()
DSemaCodeComplete.cpp3033 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DDeclSpec.h225 TSC_unspecified, enumerator
377 TypeSpecComplex(TSC_unspecified), in DeclSpec()
508 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()