Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h532 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex() function
693 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1210 DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1226 DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1426 if (DS.getTypeSpecComplex() == DeclSpec::TSC_complex) { in ConvertDeclSpecToType()
1444 if (DS.getTypeSpecComplex() == DeclSpec::TSC_imaginary) in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp4725 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
H A DSemaDeclCXX.cpp11658 Diagnoser.check(DS.getTypeSpecComplexLoc(), DS.getTypeSpecComplex()); in CheckDeductionGuideDeclarator()