HomeSort by relevance Sort by last modified time
    Searched refs:DeclRefExpr (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/clang/lib/Analysis/
CFG.cpp 699 const DeclRefExpr *Decl1 =
700 dyn_cast<DeclRefExpr>(LHS->getLHS()->IgnoreParenImpCasts());
712 Decl1 = dyn_cast<DeclRefExpr>(LHS->getRHS()->IgnoreParenImpCasts());
720 const DeclRefExpr *Decl2 =
721 dyn_cast<DeclRefExpr>(RHS->getLHS()->IgnoreParenImpCasts());
733 Decl2 = dyn_cast<DeclRefExpr>(RHS->getRHS()->IgnoreParenImpCasts());
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 809 if (!isa<DeclRefExpr>(E) && !LV.isBitField() && LV.isSimple())
    [all...]
CGBlocks.cpp 797 DeclRefExpr declRef(
    [all...]
CGClass.cpp     [all...]
CGStmt.cpp     [all...]
CGExprComplex.cpp 118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaTemplateDeduction.cpp 129 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
    [all...]
SemaTemplateVariadic.cpp 73 bool VisitDeclRefExpr(DeclRefExpr *E) {
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp 57 DeclRefExpr *DRE = new (S.Context) DeclRefExpr(Fn, false, Fn->getType(),
    [all...]
SemaExprCXX.cpp 617 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 143 friend class DeclRefExpr; // computeDependence
207 friend class DeclRefExpr;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTDumper.cpp 487 void VisitDeclRefExpr(const DeclRefExpr *Node);
    [all...]
ASTImporter.cpp 175 Expr *VisitDeclRefExpr(DeclRefExpr *E);
    [all...]
DeclPrinter.cpp     [all...]
DeclTemplate.cpp 219 Expr *E = new (Context) DeclRefExpr(NTTP, /*enclosing*/ false,
    [all...]
StmtProfile.cpp 533 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 455 dyn_cast_or_null<ImplicitParamDecl>(cast<DeclRefExpr>(S)->getDecl())) {
    [all...]

Completed in 989 milliseconds

1 2 34 5