Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCallGraph.cpp130 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h1638 bool IsGlobal; // ::operator new ? variable
1674 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/cronet/buildtools/third_party/libc++abi/trunk/src/demangle/
DItaniumDemangle.h1949 bool IsGlobal; // ::operator new ? variable
1984 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