Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h472 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex() function
624 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1578 DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1594 DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1765 if (DS.getTypeSpecComplex() == DeclSpec::TSC_complex) { in ConvertDeclSpecToType()
1781 if (DS.getTypeSpecComplex() == DeclSpec::TSC_imaginary) in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp4319 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
H A DSemaDeclCXX.cpp10818 Diagnoser.check(DS.getTypeSpecComplexLoc(), DS.getTypeSpecComplex()); in CheckDeductionGuideDeclarator()