HomeSort by relevance Sort by last modified time
    Searched refs:CXXThisExpr (Results 1 - 25 of 36) sorted by null

1 2

  /external/lldb/include/lldb/Core/
ClangForward.h 46 class CXXThisExpr;
  /external/clang/lib/Sema/
ScopeInfo.cpp 69 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
SemaFixItUtils.cpp 79 isa<CXXThisExpr>(Expr) ||
SemaExprMember.cpp 822 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
    [all...]
SemaStmtAsm.cpp 90 if (isa<CXXThisExpr>(E)) {
SemaLambda.cpp     [all...]
AnalysisBasedWarnings.cpp 215 if (isa<CXXThisExpr>(MCE->getImplicitObjectArgument()) ||
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 151 if (!isa<CXXThisExpr>(base))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 37 class CXXThisExpr;
428 void VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred,
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 371 til::SExpr *translateCXXThisExpr(const CXXThisExpr *TE, CallingContext *Ctx);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 501 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred,
  /external/clang/lib/AST/
ASTDumper.cpp 507 void VisitCXXThisExpr(const CXXThisExpr *Node);
    [all...]
StmtProfile.cpp 1063 void StmtProfiler::VisitCXXThisExpr(const CXXThisExpr *S) {
    [all...]
StmtPrinter.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 216 return translateCXXThisExpr(cast<CXXThisExpr>(S), Ctx);
298 til::SExpr *SExprBuilder::translateCXXThisExpr(const CXXThisExpr *TE,
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 896 isa<CXXThisExpr>(Expr) ||
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 556 VISIT(CXXThisExpr);
635 DECL_VISIT_EXPR(CXXThisExpr) {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 770 class CXXThisExpr : public Expr {
775 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit)
784 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {}
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 996 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThisExpr> thisExpr;
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 222 isa<CXXThisExpr>(Expr) ||
    [all...]

Completed in 458 milliseconds

1 2