Searched refs:checkTypeSupport (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | Sema.cpp | 1911 void Sema::checkTypeSupport(QualType Ty, SourceLocation Loc, ValueDecl *D) { in checkTypeSupport() function in Sema
|
H A D | SemaExpr.cpp | 379 checkTypeSupport(VD->getType(), Loc, VD); in DiagnoseUseOfDecl() 15165 checkTypeSupport(LHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp() 15166 checkTypeSupport(RHSExpr->getType(), OpLoc, /*ValueDecl*/ nullptr); in CreateBuiltinBinOp()
|
H A D | SemaDecl.cpp | 15836 checkTypeSupport(FD->getType(), FD->getLocation(), FD); in ActOnFinishFunctionBody()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 13042 void checkTypeSupport(QualType Ty, SourceLocation Loc,
|