Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DProperty.h53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCallGraph.cpp178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h144 void addNodeForDecl(Decl *D, bool IsGlobal);
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1940 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 DItaniumDemangle.h1940 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 DOptionValueProperties.cpp613 if (!property.IsGlobal()) { in DeepCopy()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp8340 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 DSemaExpr.cpp19082 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()