Home
last modified time | relevance | path

Searched refs:TSC_imaginary (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp540 case TSC_imaginary: return "imaginary"; in getSpecifierName()
H A DSemaType.cpp1444 if (DS.getTypeSpecComplex() == DeclSpec::TSC_imaginary) in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h271 TSC_imaginary, // Unsupported enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4280 isInvalid = DS.SetTypeSpecComplex(DeclSpec::TSC_imaginary, Loc, PrevSpec, in ParseDeclarationSpecifiers()