Home
last modified time | relevance | path

Searched refs:isLocalVarDecl (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp300 if (Kind == GuardKind::VariableGuard && !D->isLocalVarDecl()) { in EmitCXXGuardedInitBranch()
H A DItaniumCXXABI.cpp2117 (D.isLocalVarDecl() || NonTemplateInline) && in EmitGuardedInit()
2170 if (!D.isLocalVarDecl() && C && in EmitGuardedInit()
H A DCGExprConstant.cpp1750 if (VD->isLocalVarDecl()) { in tryEmitBase()
H A DCGDecl.cpp132 assert(VD.isLocalVarDecl() && in EmitDecl()
H A DCGExpr.cpp2450 VD->hasAttr<AsmLabelAttr>() && !VD->isLocalVarDecl()) in EmitDeclRefLValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp45 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() && in isTrackedVar()
H A DThreadSafety.cpp1708 if (VD && VD->isLocalVarDecl() && VD->getType()->isReferenceType()) { in checkAccess()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1105 bool isLocalVarDecl() const { in isLocalVarDecl() function
1115 return isLocalVarDecl() || getKind() == Decl::ParmVar; in isLocalVarDeclOrParm()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp3727 Old->getType()->isDependentType()) && New->isLocalVarDecl()) { in MergeVarDeclTypes()
6805 NewVD->isLocalVarDecl() && NewVD->hasExternalStorage()) in ActOnVariableDeclarator()
11024 if (VDecl->isLocalVarDecl() && VDecl->hasExternalStorage()) { in AddInitializerToDecl()
11215 if (VDecl->isLocalVarDecl()) { in AddInitializerToDecl()
11508 if (!Type->isDependentType() && Var->isLocalVarDecl() && in ActOnUninitializedDecl()
H A DSemaOpenMP.cpp764 if (VD && isOpenMPLocal(VD, Iter) && VD->isLocalVarDecl() && in getDSA()
1160 VD->hasAttr<AsmLabelAttr>() && !VD->isLocalVarDecl())) { in getTopDSA()
2070 !VD->isLocalVarDecl())) { in CheckOMPThreadPrivateDecl()
2172 else if (VD && VD->isLocalVarDecl() && DVar.CKind == OMPC_private) { in reportOriginalDsa()
H A DSemaStmt.cpp1757 if (VD && VD->isLocalVarDecl() && !VD->hasLocalStorage()) in ActOnForStmt()
H A DSemaDeclCXX.cpp104 if (VDecl->isLocalVarDecl()) in VisitDeclRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3674 VD->hasAttr<AsmLabelAttr>() && !VD->isLocalVarDecl()) in refersToGlobalRegisterVar()
H A DExprConstant.cpp5724 if (!VD || !VD->isLocalVarDecl() || !VD->getType().isConstQualified()) in evaluateLValueAsAllocSize()