HomeSort by relevance Sort by last modified time
    Searched full:declref (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 49 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts());
50 if (declRef && isa<VarDecl>(declRef->getDecl())) {
55 VarDecl *var = cast<VarDecl>(declRef->getDecl());
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 104 // Look for a DeclRef on the RHS
139 // Look for a DeclRef in the subexpression
144 // We found a unary operator with a DeclRef as a subexpression. We now
152 // The DeclRef is being changed - mark it as non-constant
Consumed.cpp 504 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
846 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) {
847 if (const VarDecl *Var = dyn_cast_or_null<VarDecl>(DeclRef->getDecl()))
849 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var)));
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 805 DeclRefExpr declRef(const_cast<VarDecl *>(variable),
809 src = EmitDeclRefLValue(&declRef).getAddress();
    [all...]
CGObjC.cpp 302 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr());
303 if (!declRef) return true;
304 const VarDecl *var = dyn_cast<VarDecl>(declRef->getDecl());
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 450 auto* declref = clang::dyn_cast<clang::DeclRefExpr>(expr); local
451 auto* decl = declref->getDecl();
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 487 case Stmt::TypoExprClass: // A typo could actually be a DeclRef or a MemberRef
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Decl.h     [all...]

Completed in 592 milliseconds

1 2