Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp677 (VD->isFileVarDecl() || VD->isStaticDataMember()) && in MaybeAddCUDAConstantAttr()
H A DSemaDecl.cpp4186 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
7641 if (I->isFileVarDecl()) { in CheckShadow()
7966 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
8068 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
8082 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
12485 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
12541 if (LangOpts.OpenMP && VDecl->isFileVarDecl()) in AddInitializerToDecl()
13426 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
H A DSema.cpp1588 assert(VD->isFileVarDecl() && in checkVar()
H A DSemaOpenMP.cpp3348 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()
20157 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1082 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
1101 && !isFileVarDecl(); in isStaticLocal()
1231 bool isFileVarDecl() const { in isFileVarDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1896 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
H A DCodeGenModule.cpp2915 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2205 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
H A DASTContext.cpp10865 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
10937 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
H A DASTImporter.cpp3969 if (D->isFileVarDecl()) { in VisitVarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2852 return Var->isFileVarDecl() && in isConsumerInterestedIn()