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

12

  /external/clang/lib/AST/
StmtPrinter.cpp 660 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(*I)) {
662 cast<NamedDecl>(DRE->getDecl())->printQualifiedName(OS);
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaType.cpp     [all...]
SemaLambda.cpp 502 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
504 = dyn_cast<EnumConstantDecl>(DRE->getDecl())) {
    [all...]
SemaDeclAttr.cpp 490 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(UOp->getSubExpr()))
491 if (DRE->getDecl()->isCXXInstanceMember())
492 ArgTy = DRE->getDecl()->getType();
    [all...]
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp 155 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
156 return dyn_cast<NonTypeTemplateParmDecl>(DRE->getDecl());
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp 57 DeclRefExpr *DRE = new (S.Context) DeclRefExpr(Fn, false, Fn->getType(),
60 DRE->setHadMultipleCandidates(true);
62 S.MarkDeclRefReferenced(DRE);
64 ExprResult E = DRE;
    [all...]
TreeTransform.h 613 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp 66 bool VisitDeclRefExpr(DeclRefExpr *DRE);
83 bool CheckDefaultArgumentVisitor::VisitDeclRefExpr(DeclRefExpr *DRE) {
84 NamedDecl *Decl = DRE->getDecl();
94 return S->Diag(DRE->getLocStart(),
102 return S->Diag(DRE->getLocStart(),
    [all...]
SemaExprCXX.cpp 593 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
594 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 783 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
784 const VarDecl *var = dyn_cast<VarDecl>(DRE->getDecl());
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 37 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
38 return DRE->getDecl()->getType()->isReferenceType();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 998 milliseconds

12