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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 151 if (!isa<CXXThisExpr>(base))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 37 class CXXThisExpr;
411 void VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred,
  /external/clang/lib/Sema/
ScopeInfo.cpp 59 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
SemaFixItUtils.cpp 79 isa<CXXThisExpr>(Expr) ||
SemaExprMember.cpp 788 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
    [all...]
SemaLambda.cpp     [all...]
SemaDeclCXX.cpp 67 bool VisitCXXThisExpr(CXXThisExpr *ThisE);
111 bool CheckDefaultArgumentVisitor::VisitCXXThisExpr(CXXThisExpr *ThisE) {
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 275 void VisitCXXThisExpr(const CXXThisExpr *Node);
    [all...]
StmtProfile.cpp 817 void StmtProfiler::VisitCXXThisExpr(const CXXThisExpr *S) {
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 452 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred,
ExprEngine.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 561 VISIT(CXXThisExpr);
641 DECL_VISIT_EXPR(CXXThisExpr) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 896 isa<CXXThisExpr>(Expr) ||
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 561 VISIT(CXXThisExpr);
643 DECL_VISIT_EXPR(CXXThisExpr) {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 759 class CXXThisExpr : public Expr {
764 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit)
773 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {}
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 702 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThisExpr> thisExpr;
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 351 Value *VisitCXXThisExpr(CXXThisExpr *TE) {
    [all...]
CGClass.cpp 371 void VisitCXXThisExpr(CXXThisExpr *E) { UsesThis = true; }
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 303 } else if (isa<CXXThisExpr>(Exp)) {
    [all...]

Completed in 920 milliseconds

1 2