Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h876 return !isFileVarDecl(); in hasLocalStorage()
887 return getStorageClass() == SC_Static && !isFileVarDecl(); in isStaticLocal()
1000 bool isFileVarDecl() const { in isFileVarDecl() function
/external/clang/lib/Sema/
DSemaDecl.cpp1099 if (!VD->isFileVarDecl() || in ShouldWarnIfUnusedFileScopedDecl()
2316 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
4247 if (I->isFileVarDecl()) { in CheckShadow()
4364 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()
4378 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()
6435 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp910 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
DCGExpr.cpp1498 assert((VD->hasExternalStorage() || VD->isFileVarDecl()) && in EmitGlobalVarDeclLValue()
1558 if (VD->hasExternalStorage() || VD->isFileVarDecl()) in EmitDeclRefLValue()
DCodeGenModule.cpp838 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/external/clang/lib/AST/
DDecl.cpp1246 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
DASTContext.cpp6643 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
6687 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
DASTImporter.cpp2790 if (D->isFileVarDecl()) { in VisitVarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1653 return Var->isFileVarDecl() && in isConsumerInterestedIn()