Home
last modified time | relevance | path

Searched refs:CheckCXXThisType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1415 if (CheckCXXThisType(Loc, ThisTy)) in ActOnCXXThis()
1421 bool Sema::CheckCXXThisType(SourceLocation Loc, QualType Type) { in CheckCXXThisType() function in Sema
H A DTreeTransform.h3352 if (getSema().CheckCXXThisType(ThisLoc, ThisType)) in RebuildCXXThisExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8039 bool CheckCXXThisType(SourceLocation Loc, QualType Type);