Searched refs:CXXThisExpr (Results 1 - 25 of 33) sorted by relevance

12

/external/lldb/include/lldb/Core/
H A DClangForward.h46 class CXXThisExpr;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp151 if (!isa<CXXThisExpr>(base))
/external/clang/lib/Sema/
H A DScopeInfo.cpp65 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
H A DSemaFixItUtils.cpp79 isa<CXXThisExpr>(Expr) ||
H A DSemaExprMember.cpp806 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
999 (isa<CXXThisExpr>(BaseExpr) &&
1000 cast<CXXThisExpr>(BaseExpr)->isImplicit())) &&
1045 BaseExpr = new (Context) CXXThisExpr(Loc, BaseExprType,/*isImplicit=*/true);
1747 baseExpr = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/true);
H A DSemaLambda.cpp1412 CaptureInits.push_back(new (Context) CXXThisExpr(From.getLocation(),
H A DAnalysisBasedWarnings.cpp213 if (isa<CXXThisExpr>(MCE->getImplicitObjectArgument()) ||
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h37 class CXXThisExpr;
415 void VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred,
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h263 til::SExpr *translateCXXThisExpr(const CXXThisExpr *TE, CallingContext *Ctx);
/external/clang/lib/AST/
H A DASTDumper.cpp332 void VisitCXXThisExpr(const CXXThisExpr *Node);
1835 void ASTDumper::VisitCXXThisExpr(const CXXThisExpr *Node) {
H A DStmtProfile.cpp925 void StmtProfiler::VisitCXXThisExpr(const CXXThisExpr *S) {
H A DExpr.cpp2656 if (const CXXThisExpr *This = dyn_cast<CXXThisExpr>(E))
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp110 return translateCXXThisExpr(cast<CXXThisExpr>(S), Ctx);
190 til::SExpr *SExprBuilder::translateCXXThisExpr(const CXXThisExpr *TE,
H A DThreadSafety.cpp301 } else if (isa<CXXThisExpr>(Exp)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp501 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred,
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc556 VISIT(CXXThisExpr);
635 DECL_VISIT_EXPR(CXXThisExpr) {
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp896 isa<CXXThisExpr>(Expr) ||
923 isa<CXXThisExpr>(Expr) ||
/external/clang/include/clang/AST/
H A DExprCXX.h763 class CXXThisExpr : public Expr { class in namespace:clang
768 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit) function in class:clang::CXXThisExpr
777 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} function in class:clang::CXXThisExpr
H A DDataRecursiveASTVisitor.h2184 DEF_TRAVERSE_STMT(CXXThisExpr, {})
H A DRecursiveASTVisitor.h2206 DEF_TRAVERSE_STMT(CXXThisExpr, {})
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h768 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThisExpr> thisExpr;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp354 Value *VisitCXXThisExpr(CXXThisExpr *TE) {
1252 if (isa<CXXThisExpr>(E)) {
H A DCGClass.cpp373 void VisitCXXThisExpr(CXXThisExpr *E) { UsesThis = true; }
H A DCodeGenFunction.h1142 void AllocateBlockCXXThisPointer(const CXXThisExpr *E);
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1305 void ASTStmtReader::VisitCXXThisExpr(CXXThisExpr *E) {
2557 S = new (Context) CXXThisExpr(Empty);

Completed in 5765 milliseconds

12