HomeSort by: relevance | last modified time | path
    Searched refs:CXXThisExpr (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
ASTUtils.cpp 92 return isa<CXXThisExpr>(E);
UncountedLocalVarsChecker.cpp 184 if (isa<CXXThisExpr>(InitArgOrigin))
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComputeDependence.h 56 class CXXThisExpr;
138 ExprDependence computeDependence(CXXThisExpr *E);
JSONNodeDumper.h 273 void VisitCXXThisExpr(const CXXThisExpr *TE);
TextNodeDumper.h 269 void VisitCXXThisExpr(const CXXThisExpr *Node);
ExprCXX.h 1142 class CXXThisExpr : public Expr {
1144 CXXThisExpr(SourceLocation L, QualType Ty, bool IsImplicit)
1151 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {}
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
InvalidatedIteratorChecker.cpp 77 if (isa<CXXThisExpr>(UO->getSubExpr()))
IteratorRangeChecker.cpp 146 if (isa<CXXThisExpr>(UO->getSubExpr()))
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 50 class CXXThisExpr;
397 til::SExpr *translateCXXThisExpr(const CXXThisExpr *TE, CallingContext *Ctx);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
SemaFixItUtils.cpp 78 isa<CXXThisExpr>(Expr) ||
SemaExprMember.cpp 987 isa<CXXThisExpr>(BaseExpr->IgnoreImpCasts()) &&
1037 (isa<CXXThisExpr>(BaseExpr) &&
1038 cast<CXXThisExpr>(BaseExpr)->isImplicit())) &&
1835 isa<CXXThisExpr>(Base.get()->IgnoreParenImpCasts())) {
SemaStmtAsm.cpp 139 if (isa<CXXThisExpr>(E)) {
SemaOpenMP.cpp 3665 if (auto *TE = dyn_cast<CXXThisExpr>(E->getBase()->IgnoreParenCasts())) {
3681 return isa<CXXThisExpr>(
5017 !isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()) ||
6374 if (isa<CXXThisExpr>(E)) {
6424 if (isa<CXXThisExpr>(E)) {
6502 if (isa<CXXThisExpr>(E)) {
7493 if (isa<CXXThisExpr>(E->getBase()->IgnoreParens())) {
7571 isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()))
7606 isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()))
7639 if (ME->isArrow() && isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.cpp 382 if (auto *E = dyn_cast_or_null<CXXThisExpr>(Loc.asExpr()))
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp 117 if (auto *TE = dyn_cast<CXXThisExpr>(S)) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 54 class CXXThisExpr;
555 void VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred,
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp 211 return translateCXXThisExpr(cast<CXXThisExpr>(S), Ctx);
301 til::SExpr *SExprBuilder::translateCXXThisExpr(const CXXThisExpr *TE,
  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 898 isa<CXXThisExpr>(Expr) ||
925 isa<CXXThisExpr>(Expr) ||
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 290 ExprDependence clang::computeDependence(CXXThisExpr *E) {
StmtPrinter.cpp 1388 if (const auto *TE = dyn_cast<CXXThisExpr>(E))
1883 void StmtPrinter::VisitCXXThisExpr(CXXThisExpr *Node) {
Expr.cpp 3068 if (const CXXThisExpr *This = dyn_cast<CXXThisExpr>(E))
4013 if (isa<CXXThisExpr>(E1) && isa<CXXThisExpr>(E2))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 973 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred,
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 858 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThisExpr> cxxThisExpr;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp 1000 if (auto *ThisExpr = N.ASTNode.get<CXXThisExpr>()) {

Completed in 57 milliseconds

1 2 3