Home
last modified time | relevance | path

Searched refs:isFileVarDecl (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp831 (VD->isFileVarDecl() || VD->isStaticDataMember()) && in MaybeAddConstantAttr()
H A DSemaDecl.cpp4709 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
8395 if (I->isFileVarDecl()) { in CheckShadow()
8773 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
8909 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
8923 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
14022 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
14082 VDecl->isFileVarDecl()) in AddInitializerToDecl()
15040 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
H A DSema.cpp1919 assert(VD->isFileVarDecl() && in checkVar()
H A DSemaOpenMP.cpp3663 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()
23072 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in ActOnOpenMPDeclareTargetName()
23179 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1172 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
1191 && !isFileVarDecl(); in isStaticLocal()
1321 bool isFileVarDecl() const { in isFileVarDecl() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp355 assert(vd->isFileVarDecl() && "Cannot emit local var decl as global."); in emitGlobal()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3253 return Var->isFileVarDecl() && in isConsumerInterestedIn()
4339 VD && VD->isFileVarDecl() && !VD->isExternallyVisible()) in PassInterestingDeclsToConsumer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2248 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
H A DCodeGenModule.cpp4079 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2336 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
H A DASTContext.cpp12936 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
13017 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
H A DASTImporter.cpp4748 if (D->isFileVarDecl()) { in VisitVarDecl()