Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDeleteCheck.cpp32 AST_MATCHER(Decl, isUsed) { return Node.isUsed(); } in AST_MATCHER() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DDimLvlMap.cpp95 const bool isUsed = usedVars.contains(lvlSpec.getBoundVar()); in DimLvlMap() local
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h225 bool isUsed() const { return IsUsed; } in isUsed() function
/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h202 bool isUsed() const { return (Flags >> S::FB_used) & 1; } isUsed() function
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h224 bool isUsed() const { return IsUsed; } in isUsed() function
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp552 bool Decl::isUsed(bool CheckUsedAttr) const { isUsed() function in Decl
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1618 bool isUsed() const { return IsUsed; } isUsed() function