Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp581 if (TypeSpecComplex != TSC_unspecified) in SetTypeSpecComplex()
582 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
583 TypeSpecComplex = C; in SetTypeSpecComplex()
918 TypeSpecComplex != TSC_unspecified || in Finish()
939 TypeSpecComplex = TSC_unspecified; in Finish()
1028 if (TypeSpecComplex != TSC_unspecified) { in Finish()
1042 TypeSpecComplex = TSC_unspecified; in Finish()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h327 /*TSC*/unsigned TypeSpecComplex : 2; variable
415 TypeSpecComplex(TSC_unspecified), in DeclSpec()
472 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()