Home
last modified time | relevance | path

Searched refs:TypeSpecComplex (Results 1 – 3 of 3) 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/llvm-project/clang/lib/Sema/
DDeclSpec.cpp711 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
712 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
713 TypeSpecComplex = C; in SetTypeSpecComplex()
1124 TypeSpecComplex != TSC_unspecified || in Finish()
1145 TypeSpecComplex = TSC_unspecified; in Finish()
1288 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1305 TypeSpecComplex = TSC_unspecified; in Finish()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h333 /*TSC*/unsigned TypeSpecComplex : 2; variable
426 TypeSpecComplex(TSC_unspecified), in DeclSpec()
472 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()