Home
last modified time | relevance | path

Searched refs:isDecl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp152 bool isDecl = GV->isDeclaration(); in hasLazyResolverStub() local
153 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage()) in hasLazyResolverStub()
156 GV->hasCommonLinkage() || isDecl; in hasLazyResolverStub()
/external/clang/include/clang/Serialization/
DASTWriter.h153 bool isDecl() const { return !IsType; } in isDecl() function
161 assert(isDecl() && "Not a decl!"); in getDecl()