Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h787 return !isFileVarDecl(); in hasLocalStorage()
798 return getStorageClass() == SC_Static && !isFileVarDecl(); in isStaticLocal()
921 bool isFileVarDecl() const { in isFileVarDecl() function
/external/clang/lib/Sema/
DSemaDecl.cpp1236 if (!VD->isFileVarDecl() || in ShouldWarnIfUnusedFileScopedDecl()
2921 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
5021 if (I->isFileVarDecl()) { in CheckShadow()
5175 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()
5189 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()
7551 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
7993 if (VD->isFileVarDecl()) in FinalizeDeclaration()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp907 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
DCodeGenModule.cpp1095 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/external/clang/lib/AST/
DDecl.cpp1596 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
DASTContext.cpp7662 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
7709 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
DASTImporter.cpp2982 if (D->isFileVarDecl()) { in VisitVarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1679 return Var->isFileVarDecl() && in isConsumerInterestedIn()