Searched refs:IsGlobal (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | Property.h | 53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | CallGraph.h | 144 void addNodeForDecl(Decl *D, bool IsGlobal);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1940 bool IsGlobal; // ::operator new ? variable 1946 InitList(InitList_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr() 1949 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match() 1953 if (IsGlobal) in printLeft() 1975 bool IsGlobal; variable 1980 : Node(KDeleteExpr, Prec_), Op(Op_), IsGlobal(IsGlobal_), in DeleteExpr() 1984 F(Op, IsGlobal, IsArray, getPrecedence()); in match() 1988 if (IsGlobal) in printLeft()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 1940 bool IsGlobal; // ::operator new ? variable 1946 InitList(InitList_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr() 1949 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match() 1953 if (IsGlobal) in printLeft() 1975 bool IsGlobal; variable 1980 : Node(KDeleteExpr, Prec_), Op(Op_), IsGlobal(IsGlobal_), in DeleteExpr() 1984 F(Op, IsGlobal, IsArray, getPrecedence()); in match() 1988 if (IsGlobal) in printLeft()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 613 if (!property.IsGlobal()) { in DeepCopy()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 8340 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict() argument 8344 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict() 8351 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict() 8367 if (IsGlobal) { in checkGlobalOrExternCConflict() 8369 IsGlobal = false; in checkGlobalOrExternCConflict() 8407 << IsGlobal << ND; in checkGlobalOrExternCConflict() 8409 << IsGlobal; in checkGlobalOrExternCConflict() 14047 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local 14107 } else if (IsGlobal && in CheckCompleteVariableDeclaration()
|
| H A D | SemaExpr.cpp | 19082 bool IsGlobal = !VD->hasLocalStorage(); in tryCaptureVariable() local 19083 if (IsGlobal && in tryCaptureVariable() 19115 if (IsGlobal) { in tryCaptureVariable() 19193 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 19203 (IsGlobal && !IsGlobalCap)) { in tryCaptureVariable()
|