Home
last modified time | relevance | path

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

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