Home
last modified time | relevance | path

Searched refs:IsReferenced (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DNonConstParameterCheck.cpp113 PI.IsReferenced = false; in addParm()
121 It->second.IsReferenced = true; in setReferenced()
134 if (!ParamInfo.IsReferenced) in diagnoseNonConstParameters()
DNonConstParameterCheck.h34 bool IsReferenced; member
/external/vixl/src/aarch32/
Dlocation-aarch32.h68 if (IsReferenced() && !IsBound()) { in ~Location()
74 bool IsReferenced() const { return referenced_; } in IsReferenced() function
Dmacro-assembler-aarch32.h214 if (label_.IsReferenced()) { in ~ITScope()