Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2654 const auto *ConstThis = this; in init_begin() local
2655 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
H A DDeclCXX.h2548 const auto *ConstThis = this; in init_begin() local
2549 return const_cast<init_iterator>(ConstThis->init_begin()); in init_begin()
H A DStmt.h1831 const ValueStmt *ConstThis = this; in getExprStmt() local
1832 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
H A DExprCXX.h2117 const auto *ConstThis = this; in getCompoundStmtBody() local
2118 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody()); in getCompoundStmtBody()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp3328 bool ConstThis, in LookupSpecialMember() argument
3333 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()
3349 ID.AddInteger(ConstThis); in LookupSpecialMember()
3450 if (ConstThis) in LookupSpecialMember()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4386 bool ConstThis,