Searched refs:IsGlobal (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| D | Property.h | 56 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | CallGraph.cpp | 178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| D | CallGraph.h | 144 void addNodeForDecl(Decl *D, bool IsGlobal);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| D | ItaniumDemangle.h | 1778 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/ |
| D | OptionValueProperties.cpp | 565 if (!property.IsGlobal()) { in DeepCopy()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaDecl.cpp | 7843 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()
|
| D | SemaExpr.cpp | 17858 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()
|