Home
last modified time | relevance | path

Searched defs:IsGlobal (Results 1 – 6 of 6) 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1940 bool IsGlobal; // ::operator new ? variable
1975 bool IsGlobal; variable
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h1940 bool IsGlobal; // ::operator new ? variable
1975 bool IsGlobal; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp8340 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()
14047 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
H A DSemaExpr.cpp19082 bool IsGlobal = !VD->hasLocalStorage(); in tryCaptureVariable() local