HomeSort by relevance Sort by last modified time
    Searched refs:isDecl (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 152 bool isDecl = GV->isDeclaration();
153 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage())
156 GV->hasCommonLinkage() || isDecl;
  /external/clang/include/clang/Serialization/
ASTWriter.h 153 bool isDecl() const { return !IsType; }
161 assert(isDecl() && "Not a decl!");
    [all...]

Completed in 171 milliseconds