Home
last modified time | relevance | path

Searched refs:isTypeSpecSat (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h483 bool isTypeSpecSat() const { return TypeSpecSat; } in isTypeSpecSat() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1457 if (DS.isTypeSpecSat()) in ConvertDeclSpecToType()
1480 if (DS.isTypeSpecSat()) in ConvertDeclSpecToType()
1754 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()