Home
last modified time | relevance | path

Searched refs:IsGlobal (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DProperty.h56 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCallGraph.cpp178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCallGraph.h144 void addNodeForDecl(Decl *D, bool IsGlobal);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h1778 bool IsGlobal; // ::operator new ? variable
1784 IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr()
1787 F(ExprList, Type, InitList, IsGlobal, IsArray); in match()
1791 if (IsGlobal) in printLeft()
1814 bool IsGlobal; variable
1819 : Node(KDeleteExpr), Op(Op_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in DeleteExpr()
1821 template<typename Fn> void match(Fn F) const { F(Op, IsGlobal, IsArray); } in match()
1824 if (IsGlobal) in printLeft()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp565 if (!property.IsGlobal()) { in DeepCopy()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp7843 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict() argument
7847 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
7854 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
7870 if (IsGlobal) { in checkGlobalOrExternCConflict()
7872 IsGlobal = false; in checkGlobalOrExternCConflict()
7910 << IsGlobal << ND; in checkGlobalOrExternCConflict()
7912 << IsGlobal; in checkGlobalOrExternCConflict()
13166 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
13226 } else if (IsGlobal && in CheckCompleteVariableDeclaration()
DSemaExpr.cpp17858 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local
17859 if (IsGlobal && in tryCaptureVariable()
17889 if (IsGlobal) { in tryCaptureVariable()
17967 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable()
17977 (IsGlobal && !IsGlobalCap)) { in tryCaptureVariable()