Searched refs:checkTypeSupport (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | Sema.cpp | 1883 void Sema::checkTypeSupport(QualType Ty, SourceLocation Loc, ValueDecl *D) { in checkTypeSupport() function in Sema
|
| H A D | SemaExpr.cpp | 375 checkTypeSupport(VD->getType(), Loc, VD); in DiagnoseUseOfDecl() 14886 checkTypeSupport(LHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp() 14887 checkTypeSupport(RHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp()
|
| H A D | SemaDecl.cpp | 15403 checkTypeSupport(FD->getType(), FD->getLocation(), FD); in ActOnFinishFunctionBody()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 12669 void checkTypeSupport(QualType Ty, SourceLocation Loc,
|