Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp524 case TSC_complex: return "complex"; in getSpecifierName()
H A DSemaType.cpp1741 if (DS.getTypeSpecComplex() == DeclSpec::TSC_complex) { in ConvertDeclSpecToType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h255 TSC_complex enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3805 isInvalid = DS.SetTypeSpecComplex(DeclSpec::TSC_complex, Loc, PrevSpec, in ParseDeclarationSpecifiers()