Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1946 void Sema::checkTypeSupport(QualType Ty, SourceLocation Loc, ValueDecl *D) { in checkTypeSupport() function in Sema
H A DSemaExpr.cpp389 checkTypeSupport(VD->getType(), Loc, VD); in DiagnoseUseOfDecl()
15652 checkTypeSupport(LHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp()
15653 checkTypeSupport(RHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp()
H A DSemaDecl.cpp16428 checkTypeSupport(FD->getType(), FD->getLocation(), FD); in ActOnFinishFunctionBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13449 void checkTypeSupport(QualType Ty, SourceLocation Loc,