Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DProperty.h81 IsGlobal () const in IsGlobal() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DCallGraph.cpp142 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
/freebsd-10-stable/contrib/llvm/lib/MC/
DELFObjectWriter.cpp807 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL; in isInSymtab() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp5589 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()
8845 bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local