Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h840 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
858 && !isFileVarDecl(); in isStaticLocal()
990 bool isFileVarDecl() const { in isFileVarDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp890 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
H A DCodeGenModule.cpp1359 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3311 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
5912 if (I->isFileVarDecl()) { in CheckShadow()
6117 if (getLangOpts().OpenCL && NewVD->isFileVarDecl() in CheckVariableDeclarationType()
6162 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
6176 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
9028 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
9647 if (VD->isFileVarDecl() && !VD->getDescribedVarTemplate() && in FinalizeDeclaration()
H A DSemaOpenMP.cpp917 else if (VD->isFileVarDecl()) in ReportOriginalDSA()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp1892 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
H A DASTContext.cpp7956 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
8016 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
H A DASTImporter.cpp3036 if (D->isFileVarDecl()) { in VisitVarDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2281 return Var->isFileVarDecl() && in isConsumerInterestedIn()