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

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

Completed in 1424 milliseconds