HomeSort by: relevance | last modified time | path
    Searched refs:ConstThis (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2499 const auto *ConstThis = this;
2500 return const_cast<init_iterator>(ConstThis->init_begin());
DeclObjC.h 2606 const auto *ConstThis = this;
2607 return const_cast<init_iterator>(ConstThis->init_begin());
ExprCXX.h 2059 const auto *ConstThis = this;
2060 return const_cast<CompoundStmt *>(ConstThis->getCompoundStmtBody());
Stmt.h 1786 const ValueStmt *ConstThis = this;
1787 return const_cast<Expr*>(ConstThis->getExprStmt());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 3061 bool ConstThis,
3066 if (RValueThis || ConstThis || VolatileThis)
3082 ID.AddInteger(ConstThis);
3183 if (ConstThis)
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4017 bool ConstThis,

Completed in 68 milliseconds