Home
last modified time | relevance | path

Searched refs:TypeSpecComplex (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp595 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
596 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
597 TypeSpecComplex = C; 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()
/external/clang/include/clang/Sema/
DDeclSpec.h338 /*TSC*/unsigned TypeSpecComplex : 2; variable
424 TypeSpecComplex(TSC_unspecified), in DeclSpec()
477 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()