HomeSort by relevance Sort by last modified time
    Searched refs:DRE (Results 26 - 37 of 37) sorted by null

12

  /external/clang/lib/CodeGen/
CGExprCXX.cpp 144 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base)) {
145 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl())) {
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 43 DeclRefExpr *DRE = new (S.Context) DeclRefExpr(Fn, false, Fn->getType(),
46 DRE->setHadMultipleCandidates(true);
47 ExprResult E = S.Owned(DRE);
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp 63 bool VisitDeclRefExpr(DeclRefExpr *DRE);
79 bool CheckDefaultArgumentVisitor::VisitDeclRefExpr(DeclRefExpr *DRE) {
80 NamedDecl *Decl = DRE->getDecl();
90 return S->Diag(DRE->getLocStart(),
98 return S->Diag(DRE->getLocStart(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp 519 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
520 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 595 milliseconds

12