Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp585 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
586 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
587 TypeSpecComplex = C; in SetTypeSpecComplex()
935 TypeSpecComplex != TSC_unspecified || in Finish()
956 TypeSpecComplex = TSC_unspecified; in Finish()
1070 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1084 TypeSpecComplex = TSC_unspecified; in Finish()
/external/clang/include/clang/Sema/
DDeclSpec.h333 /*TSC*/unsigned TypeSpecComplex : 2; variable
416 TypeSpecComplex(TSC_unspecified), in DeclSpec()
468 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()