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

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp152 bool isDecl = GV->isDeclaration();
153 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage())
156 GV->hasCommonLinkage() || isDecl;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h153 bool isDecl() const { return !IsType; } function in class:clang::ASTWriter::DeclOrType
161 assert(isDecl() && "Not a decl!");

Completed in 166 milliseconds