HomeSort by relevance Sort by last modified time
    Searched refs:DeclRefExpr (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /external/clang/lib/AST/
ExprClassification.cpp 202 return isa<FunctionDecl>(cast<DeclRefExpr>(E)->getDecl())
204 return ClassifyDecl(Ctx, cast<DeclRefExpr>(E)->getDecl());
StmtPrinter.cpp 660 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(*I)) {
833 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 893 isa<DeclRefExpr>(Expr) ||
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 62 return isa<DeclRefExpr>(Ex) ||
  /external/clang/lib/CodeGen/
CGObjC.cpp 270 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr());
    [all...]
CGDecl.cpp 431 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false,
449 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false,
533 if (const DeclRefExpr *ref = dyn_cast<DeclRefExpr>(e))
    [all...]
CGExprAgg.cpp 114 void VisitDeclRefExpr(DeclRefExpr *E) {
783 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
    [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp 757 if (!isa<DeclRefExpr>(E) && !LV.isBitField() && LV.isSimple())
803 return EmitDeclRefLValue(cast<DeclRefExpr>(E));
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 143 friend class DeclRefExpr; // computeDependence
207 friend class DeclRefExpr;
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
Sema.cpp     [all...]
SemaLambda.cpp 502 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
    [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 359 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
365 /// varDecl(hasInitializer(declRefExpr()))
409 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
413 /// varDecl(hasInitializer(declRefExpr()))
491 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
882 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 261 til::SExpr *translateDeclRefExpr(const DeclRefExpr *DRE,
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 27 bool VisitDeclRefExpr(DeclRefExpr *Reference) {
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 473 void VisitDeclRefExpr(DeclRefExpr *DR) {
Consumed.cpp 498 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) {
    [all...]
CFG.cpp 629 const DeclRefExpr *Decl1 =
630 dyn_cast<DeclRefExpr>(LHS->getLHS()->IgnoreParenImpCasts());
642 Decl1 = dyn_cast<DeclRefExpr>(LHS->getRHS()->IgnoreParenImpCasts());
650 const DeclRefExpr *Decl2 =
651 dyn_cast<DeclRefExpr>(RHS->getLHS()->IgnoreParenImpCasts());
663 Decl2 = dyn_cast<DeclRefExpr>(RHS->getRHS()->IgnoreParenImpCasts());
    [all...]

Completed in 844 milliseconds

1 23 4 5