Searched refs:checkTypeSupport (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 2112 void Sema::checkTypeSupport(QualType Ty, SourceLocation Loc, ValueDecl *D) { in checkTypeSupport() function in Sema
|
| H A D | SemaExpr.cpp | 391 checkTypeSupport(VD->getType(), Loc, VD); in DiagnoseUseOfDecl() 15009 checkTypeSupport(LHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp() 15010 checkTypeSupport(RHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp()
|
| H A D | SemaDecl.cpp | 16704 checkTypeSupport(FD->getType(), FD->getLocation(), FD); in ActOnFinishFunctionBody()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1121 void checkTypeSupport(QualType Ty, SourceLocation Loc,
|