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.h2639 const auto *ConstThis = this; in init_begin() local
2640 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
H A DStmt.h2024 const ValueStmt *ConstThis = this;
2025 return const_cast<Expr*>(ConstThis->getExprStmt());
H A DExprCXX.h2147 const auto *ConstThis = this; in getCompoundStmtBody() local
2148 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3294 bool ConstThis, bool VolatileThis) { in LookupSpecialMember() argument
3298 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()
3316 ID.AddInteger(ConstThis); in LookupSpecialMember()
3419 if (ConstThis) in LookupSpecialMember()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9071 bool VolatileArg, bool RValueThis, bool ConstThis,