Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h893 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
911 && !isFileVarDecl(); in isStaticLocal()
1043 bool isFileVarDecl() const { in isFileVarDecl() function
/external/clang/lib/Sema/
DSemaDecl.cpp3528 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
6331 if (I->isFileVarDecl()) { in CheckShadow()
6551 if (NewVD->isFileVarDecl()) { in CheckVariableDeclarationType()
6629 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
6643 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()
9570 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
10220 if (VD->isFileVarDecl() && !VD->getDescribedVarTemplate() && in FinalizeDeclaration()
DSemaOpenMP.cpp1262 else if (VD->isFileVarDecl()) in ReportOriginalDSA()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp992 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
DCodeGenModule.cpp1512 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
/external/clang/lib/AST/
DDecl.cpp1974 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
DASTImporter.cpp3148 if (D->isFileVarDecl()) { in VisitVarDecl()
3252 if (!D->isFileVarDecl() && in VisitVarDecl()
DASTContext.cpp8391 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()
8454 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2412 return Var->isFileVarDecl() && in isConsumerInterestedIn()