Home
last modified time | relevance | path

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

/freebsd/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 DDeclCXX.h2697 const auto *ConstThis = this; in init_begin() local
2698 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
H A DStmt.h2145 const ValueStmt *ConstThis = this;
2146 return const_cast<Expr*>(ConstThis->getExprStmt());
H A DExprCXX.h2149 const auto *ConstThis = this; in getCompoundStmtBody() local
2150 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3387 bool ConstThis, bool VolatileThis) { in LookupSpecialMember() argument
3391 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()
3409 ID.AddInteger(ConstThis); in LookupSpecialMember()
3512 if (ConstThis) in LookupSpecialMember()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9344 bool VolatileArg, bool RValueThis, bool ConstThis,