Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp430 case TSC_unspecified: return "unspecified"; in getSpecifierName()
595 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
962 TypeSpecComplex != TSC_unspecified || in Finish()
983 TypeSpecComplex = TSC_unspecified; in Finish()
1097 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1111 TypeSpecComplex = TSC_unspecified; in Finish()
DSemaCodeComplete.cpp3465 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp521 case TSC_unspecified: return "unspecified"; in getSpecifierName()
711 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
1124 TypeSpecComplex != TSC_unspecified || in Finish()
1145 TypeSpecComplex = TSC_unspecified; in Finish()
1288 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1305 TypeSpecComplex = TSC_unspecified; in Finish()
DSemaCodeComplete.cpp4262 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h253 TSC_unspecified, enumerator
426 TypeSpecComplex(TSC_unspecified), in DeclSpec()
624 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()