Home
last modified time | relevance | path

Searched defs:isReferenced (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedLocalNonTrivialVariableCheck.cpp31 AST_MATCHER(VarDecl,isReferenced) AST_MATCHER() argument
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DForRangeCopyCheck.cpp100 static bool isReferenced(const VarDecl &LoopVar, const Stmt &Stmt, in isReferenced() function
/llvm-project/lld/MachO/
H A DInputFiles.h234 bool isReferenced() const { return numReferencedSymbols > 0; } in isReferenced() function
H A DSymbols.h274 bool isReferenced() const { return refState != RefState::Unreferenced; } isReferenced() function
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp577 bool Decl::isReferenced() const { isReferenced() function in Decl