Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1045 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
1064 && !isFileVarDecl(); in isStaticLocal()
1194 bool isFileVarDecl() const { in isFileVarDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp3931 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
7037 if (I->isFileVarDecl()) { in CheckShadow()
7358 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
7456 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
7470 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
11346 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
12148 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
H A DSemaOpenMP.cpp2168 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()
13687 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1747 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
H A DCodeGenModule.cpp2198 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2107 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
H A DASTContext.cpp9773 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
9874 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
H A DASTImporter.cpp3558 if (D->isFileVarDecl()) { in VisitVarDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2783 return Var->isFileVarDecl() && in isConsumerInterestedIn()