Searched refs:IsGlobal (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | Property.h | 53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CallGraph.h | 144 void addNodeForDecl(Decl *D, bool IsGlobal);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 397 if (!property.IsGlobal()) { in DeepCopy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 2081 bool IsGlobal; // ::operator new ? variable 2087 InitList(InitList_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr() 2090 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match() 2094 if (IsGlobal) in printLeft() 2116 bool IsGlobal; variable 2121 : Node(KDeleteExpr, Prec_), Op(Op_), IsGlobal(IsGlobal_), in DeleteExpr() 2125 F(Op, IsGlobal, IsArray, getPrecedence()); in match() 2129 if (IsGlobal) in printLeft()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 8548 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict() argument 8552 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict() 8559 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict() 8575 if (IsGlobal) { in checkGlobalOrExternCConflict() 8577 IsGlobal = false; in checkGlobalOrExternCConflict() 8615 << IsGlobal << ND; in checkGlobalOrExternCConflict() 8617 << IsGlobal; in checkGlobalOrExternCConflict() 14522 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local 14582 } else if (IsGlobal && in CheckCompleteVariableDeclaration()
|
| H A D | SemaExpr.cpp | 19748 bool IsGlobal = !VD->hasLocalStorage(); in tryCaptureVariable() local 19749 if (IsGlobal && in tryCaptureVariable() 19803 if (IsGlobal) { in tryCaptureVariable() 19888 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 19898 (IsGlobal && !IsGlobalCap)) { in tryCaptureVariable()
|