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.h530 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex() function
691 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1201 DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1217 DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1411 if (DS.getTypeSpecComplex() == DeclSpec::TSC_complex) { in ConvertDeclSpecToType()
1429 if (DS.getTypeSpecComplex() == DeclSpec::TSC_imaginary) in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp4562 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()
H A DSemaDeclCXX.cpp11417 Diagnoser.check(DS.getTypeSpecComplexLoc(), DS.getTypeSpecComplex()); in CheckDeductionGuideDeclarator()