/llvm-project/clang-tools-extra/clang-tidy/altera/ |
H A D | IdDependentBackwardBranchCheck.cpp | 131 saveIdDepVarFromReference(const DeclRefExpr * RefExpr,const MemberExpr * MemExpr,const VarDecl * PotentialVar) saveIdDepVarFromReference() argument 157 saveIdDepFieldFromReference(const DeclRefExpr * RefExpr,const MemberExpr * MemExpr,const FieldDecl * PotentialField) saveIdDepFieldFromReference() argument 202 const auto *RefExpr = Result.Nodes.getNodeAs<DeclRefExpr>("assign_ref_var"); check() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 272 ObjCPropertyRefExpr *RefExpr; global() member in __anon9f4a5acf0111::ObjCPropertyOpBuilder 312 ObjCSubscriptRefExpr *RefExpr; global() member in __anon9f4a5acf0111::ObjCSubscriptOpBuilder 342 MSPropertyRefExpr *RefExpr; global() member in __anon9f4a5acf0111::MSPropertyOpBuilder 1465 } else if (MSPropertySubscriptExpr *RefExpr = checkRValue() local 1496 } else if (MSPropertySubscriptExpr *RefExpr checkIncDec() local 1535 } else if (MSPropertySubscriptExpr *RefExpr checkAssignment() local [all...] |
H A D | ScopeInfo.cpp | 184 if (!RefExpr->isObjectReceiver()) in markSafeWeakUse() local
|
H A D | SemaHLSL.cpp | 653 HandleFunctionOrMethodRef(FunctionDecl * FD,Expr * RefExpr) HandleFunctionOrMethodRef() argument
|
H A D | SemaCoroutine.cpp | 527 auto RefExpr = ExprEmpty(); buildCoroutinePromise() local
|
H A D | SemaOpenMP.cpp | 81 const Expr *RefExpr = nullptr; member 113 llvm::PointerIntPair<const Expr *, 1, bool> RefExpr; member 3364 checkPreviousOMPAllocateAttribute(Sema & S,DSAStackTy * Stack,Expr * RefExpr,VarDecl * VD,OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind,Expr * Allocator) checkPreviousOMPAllocateAttribute() argument 5152 getPrivateItem(Sema & S,Expr * & RefExpr,SourceLocation & ELoc,SourceRange & ERange,bool AllowArraySection,StringRef DiagType) getPrivateItem() argument 17173 Expr *RefExpr = InteropVarExpr; isValidInteropVariable() local [all...] |
H A D | SemaTemplate.cpp | 8484 ExprResult RefExpr = BuildDeclarationNameExpr( BuildExpressionFromDeclTemplateArgument() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1116 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); getAccessedProperty() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 88 static const ValueDecl *getPrivateItem(const Expr *RefExpr) { in getPrivateItem() argument [all...] |
H A D | CodeGenModule.cpp | 7469 for (auto RefExpr : D->varlists()) { EmitOMPThreadPrivateDecl() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 4977 if (const DeclRefExpr *RefExpr = dyn_cast<DeclRefExpr>(E)) getDeclFromExpr() local
|