Home
last modified time | relevance | path

Searched defs:RefExpr (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DIdDependentBackwardBranchCheck.cpp131 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 DSemaPseudoObject.cpp272 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 DScopeInfo.cpp184 if (!RefExpr->isObjectReceiver()) in markSafeWeakUse() local
H A DSemaHLSL.cpp653 HandleFunctionOrMethodRef(FunctionDecl * FD,Expr * RefExpr) HandleFunctionOrMethodRef() argument
H A DSemaCoroutine.cpp527 auto RefExpr = ExprEmpty(); buildCoroutinePromise() local
H A DSemaOpenMP.cpp81 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 DSemaTemplate.cpp8484 ExprResult RefExpr = BuildDeclarationNameExpr( BuildExpressionFromDeclTemplateArgument() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1116 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); getAccessedProperty() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp88 static const ValueDecl *getPrivateItem(const Expr *RefExpr) { in getPrivateItem() argument
[all...]
H A DCodeGenModule.cpp7469 for (auto RefExpr : D->varlists()) { EmitOMPThreadPrivateDecl() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp4977 if (const DeclRefExpr *RefExpr = dyn_cast<DeclRefExpr>(E)) getDeclFromExpr() local