Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2081 bool IsGlobal; // ::operator new ? global() variable
2116 bool IsGlobal; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8548 checkGlobalOrExternCConflict(Sema & S,const T * ND,bool IsGlobal,LookupResult & Previous) checkGlobalOrExternCConflict() argument
14522 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); CheckCompleteVariableDeclaration() local
[all...]
H A DSemaExpr.cpp19748 bool IsGlobal = !VD->hasLocalStorage(); tryCaptureVariable() local