Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h507 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex() function
660 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1603 DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1619 DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1800 if (DS.getTypeSpecComplex() == DeclSpec::TSC_complex) { in ConvertDeclSpecToType()
1816 if (DS.getTypeSpecComplex() == DeclSpec::TSC_imaginary) in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp4554 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
H A DSemaDeclCXX.cpp11504 Diagnoser.check(DS.getTypeSpecComplexLoc(), DS.getTypeSpecComplex()); in CheckDeductionGuideDeclarator()