Home
last modified time | relevance | path

Searched defs:isUsed (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCSymbol.h79 bool isUsed() const { return IsUsed; } in isUsed() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DMacroInfo.h231 bool isUsed() const { return IsUsed; } in isUsed() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.cpp283 bool Decl::isUsed(bool CheckUsedAttr) const { in isUsed() function in Decl