Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1964 void Sema::checkTypeSupport(QualType Ty, SourceLocation Loc, ValueDecl *D) { in checkTypeSupport() function in Sema
H A DSemaExpr.cpp383 checkTypeSupport(VD->getType(), Loc, VD); in DiagnoseUseOfDecl()
14648 checkTypeSupport(LHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp()
14649 checkTypeSupport(RHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp()
H A DSemaDecl.cpp16223 checkTypeSupport(FD->getType(), FD->getLocation(), FD); in ActOnFinishFunctionBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h820 void checkTypeSupport(QualType Ty, SourceLocation Loc,