Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h144 void addNodeForDecl(Decl *D, bool IsGlobal);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp7777 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict() argument
7781 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
7788 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
7804 if (IsGlobal) { in checkGlobalOrExternCConflict()
7806 IsGlobal = false; in checkGlobalOrExternCConflict()
7844 << IsGlobal << ND; in checkGlobalOrExternCConflict()
7846 << IsGlobal; in checkGlobalOrExternCConflict()
13151 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
13210 } else if (IsGlobal && in CheckCompleteVariableDeclaration()
H A DSemaExpr.cpp17682 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local
17683 if (IsGlobal && in tryCaptureVariable()
17713 if (IsGlobal) { in tryCaptureVariable()
17791 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable()
17801 (IsGlobal && !IsGlobalCap)) { in tryCaptureVariable()