Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp429 case TSC_unspecified: return "unspecified"; in getSpecifierName()
587 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
939 TypeSpecComplex != TSC_unspecified || in Finish()
960 TypeSpecComplex = TSC_unspecified; in Finish()
1066 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1080 TypeSpecComplex = TSC_unspecified; in Finish()
DSemaCodeComplete.cpp3392 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DDeclSpec.h263 TSC_unspecified, enumerator
424 TypeSpecComplex(TSC_unspecified), in DeclSpec()
589 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()