Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp568 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
569 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
570 TypeSpecComplex = C; in SetTypeSpecComplex()
925 TypeSpecComplex != TSC_unspecified || in Finish()
946 TypeSpecComplex = TSC_unspecified; in Finish()
1035 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1049 TypeSpecComplex = TSC_unspecified; in Finish()
/external/clang/include/clang/Sema/
DDeclSpec.h319 /*TSC*/unsigned TypeSpecComplex : 2; variable
407 TypeSpecComplex(TSC_unspecified), in DeclSpec()
464 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()