Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp716 (VD->isFileVarDecl() || VD->isStaticDataMember()) && in MaybeAddCUDAConstantAttr()
H A DSemaDecl.cpp4665 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
8206 if (I->isFileVarDecl()) { in CheckShadow()
8523 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
8624 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
8638 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
13417 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
13476 VDecl->isFileVarDecl()) in AddInitializerToDecl()
14370 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
H A DSema.cpp1702 assert(VD->isFileVarDecl() && in checkVar()
H A DSemaOpenMP.cpp3599 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()
22994 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1152 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
1171 && !isFileVarDecl(); in isStaticLocal()
1301 bool isFileVarDecl() const { in isFileVarDecl() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp1924 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
H A DCodeGenModule.cpp3347 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2274 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
H A DASTContext.cpp11694 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
11766 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
H A DASTImporter.cpp4180 if (D->isFileVarDecl()) { in VisitVarDecl()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3068 return Var->isFileVarDecl() && in isConsumerInterestedIn()