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> {};
89 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument98 if (IsGlobal) in addNodeForDecl()
68 void mangleType(const ArrayType *T, bool IsGlobal);930 void MicrosoftCXXNameMangler::mangleType(const ArrayType *T, bool IsGlobal) { in mangleType() argument933 if (IsGlobal) in mangleType()
126 void addNodeForDecl(Decl *D, bool IsGlobal);
795 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL; in isInSymtab() local796 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal) in isInSymtab()
6801 bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local6804 if (IsGlobal && !var->isConstexpr() && in CheckCompleteVariableDeclaration()