Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h27 class DeclRefExpr; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2205 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
2228 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h143 friend class DeclRefExpr; // computeDependence variable
207 friend class DeclRefExpr; variable
H A DExpr.h948 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp322 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h100 class DeclRefExpr; variable