Home
last modified time | relevance | path

Searched refs:ConstThis (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2667 const auto *ConstThis = this; in init_begin() local
2668 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
H A DStmt.h2017 const ValueStmt *ConstThis = this; in getExprStmt() local
2018 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
H A DDeclCXX.h2625 const auto *ConstThis = this; in init_begin() local
2626 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
H A DExprCXX.h2131 const auto *ConstThis = this; in getCompoundStmtBody() local
2132 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3345 bool ConstThis, in LookupSpecialMember() argument
3350 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()
3366 ID.AddInteger(ConstThis); in LookupSpecialMember()
3467 if (ConstThis) in LookupSpecialMember()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4477 bool ConstThis,