Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h874 return !isFileVarDecl(); in hasLocalStorage()
885 return getStorageClass() == SC_Static && !isFileVarDecl(); in isStaticLocal()
998 bool isFileVarDecl() const { in isFileVarDecl() function
/external/clang/lib/Sema/
DSemaDecl.cpp1205 if (!VD->isFileVarDecl() || in ShouldWarnIfUnusedFileScopedDecl()
2547 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
4477 if (I->isFileVarDecl()) { in CheckShadow()
4603 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()
4617 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()
6687 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp913 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
DCGExpr.cpp1639 assert((VD->hasExternalStorage() || VD->isFileVarDecl()) && in EmitGlobalVarDeclLValue()
1699 if (VD->hasExternalStorage() || VD->isFileVarDecl()) in EmitDeclRefLValue()
DCodeGenModule.cpp896 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/external/clang/lib/AST/
DDecl.cpp1274 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
DASTContext.cpp7258 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
7302 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
DASTImporter.cpp2771 if (D->isFileVarDecl()) { in VisitVarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1659 return Var->isFileVarDecl() && in isConsumerInterestedIn()