Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h825 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
843 && !isFileVarDecl(); in isStaticLocal()
970 bool isFileVarDecl() const { in isFileVarDecl() function
/external/clang/lib/Sema/
DSemaDecl.cpp3214 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
5772 if (I->isFileVarDecl()) { in CheckShadow()
5977 if (getLangOpts().OpenCL && NewVD->isFileVarDecl() in CheckVariableDeclarationType()
6022 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
6036 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
8679 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
9280 if (VD->isFileVarDecl() && !VD->getDescribedVarTemplate() && in FinalizeDeclaration()
DSemaOpenMP.cpp813 else if (VD->isFileVarDecl()) in ReportOriginalDSA()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp869 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
DCodeGenModule.cpp1257 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/external/clang/lib/AST/
DDecl.cpp1868 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
DASTContext.cpp7879 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
7937 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
DASTImporter.cpp3031 if (D->isFileVarDecl()) { in VisitVarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2191 return Var->isFileVarDecl() && in isConsumerInterestedIn()