Searched refs:IsGlobal (Results 1 – 6 of 6) sorted by relevance
54 bool is_global() const { return IsGlobal::decode(flags_); } in is_global()79 flags_ |= IsGlobal::encode(true); in MarkAsGlobal()213 class IsGlobal: public BitField<bool, 2, 1> {};
88 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument97 if (IsGlobal) in addNodeForDecl()
132 void addNodeForDecl(Decl *D, bool IsGlobal);
94 void mangleType(const ArrayType *T, bool IsGlobal);1310 void MicrosoftCXXNameMangler::mangleType(const ArrayType *T, bool IsGlobal) { in mangleType() argument1313 if (IsGlobal) { in mangleType()
796 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL; in isInSymtab() local797 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal) in isInSymtab()
7058 bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local7061 if (IsGlobal && !var->isConstexpr() && in CheckCompleteVariableDeclaration()