Home
last modified time | relevance | path

Searched defs:DeclRefExpr (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h24 class DeclRefExpr; variable
/external/clang/include/clang/AST/
DStmt.h134 friend class DeclRefExpr; // computeDependence variable
162 friend class DeclRefExpr; variable
DExpr.h792 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr() function
963 static bool classof(const DeclRefExpr *) { return true; } in classof()
/external/clang/include/clang/Sema/
DSema.h77 class DeclRefExpr; variable
/external/clang/lib/AST/
DExpr.cpp304 DeclRefExpr::DeclRefExpr(NestedNameSpecifierLoc QualifierLoc, in DeclRefExpr() function in DeclRefExpr