Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2618 const auto *ConstThis = this; in init_begin() local
2619 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
H A DDeclCXX.h2534 const auto *ConstThis = this; in init_begin() local
2535 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
H A DStmt.h1819 const ValueStmt *ConstThis = this; in getExprStmt() local
1820 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
H A DExprCXX.h2059 const auto *ConstThis = this; in getCompoundStmtBody() local
2060 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp3317 bool ConstThis, in LookupSpecialMember() argument
3322 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()
3338 ID.AddInteger(ConstThis); in LookupSpecialMember()
3439 if (ConstThis) in LookupSpecialMember()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4266 bool ConstThis,