Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h966 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
984 && !isFileVarDecl(); in isStaticLocal()
1113 bool isFileVarDecl() const { in isFileVarDecl() function
/external/clang/lib/Sema/
DSemaDecl.cpp3615 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
6572 if (I->isFileVarDecl()) { in CheckShadow()
6838 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
6908 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
6922 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
9907 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
10629 if (VD->isFileVarDecl() && !VD->getDescribedVarTemplate() && in FinalizeDeclaration()
DSemaOpenMP.cpp1435 else if (VD && VD->isFileVarDecl()) in ReportOriginalDSA()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1005 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
DCodeGenModule.cpp1594 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/external/clang/lib/AST/
DDecl.cpp1983 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
DASTImporter.cpp3372 if (D->isFileVarDecl()) { in VisitVarDecl()
3476 if (!D->isFileVarDecl() && in VisitVarDecl()
DASTContext.cpp8556 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
8628 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2511 return Var->isFileVarDecl() && in isConsumerInterestedIn()