Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DFunctionNamingCheck.cpp112 bool IsGlobal = MatchedDecl->getStorageClass() != SC_Static; in check() local
/external/llvm-project/lldb/include/lldb/Interpreter/
DProperty.h56 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
/external/clang/lib/Analysis/
DCallGraph.cpp130 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
/external/llvm-project/clang/lib/Analysis/
DCallGraph.cpp178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyCheck.h298 bool IsGlobal = false; in getLocalOrGlobal() local
/external/llvm-project/flang/include/flang/Semantics/
Dscope.h86 bool IsGlobal() const { return kind_ == Kind::Global; } in IsGlobal() function
/external/libcxxabi/src/demangle/
DItaniumDemangle.h1638 bool IsGlobal; // ::operator new ? variable
1674 bool IsGlobal; variable
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h1776 bool IsGlobal; // ::operator new ? variable
1812 bool IsGlobal; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1740 bool IsGlobal; // ::operator new ? variable
1776 bool IsGlobal; variable
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h1776 bool IsGlobal; // ::operator new ? variable
1812 bool IsGlobal; variable
/external/clang/lib/Sema/
DSemaDecl.cpp6644 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()
10428 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
DSemaExpr.cpp13582 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp7721 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()
13028 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
DSemaExpr.cpp17421 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local