Searched defs:IsRef (Results 1 – 7 of 7) sorted by relevance
309 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode()356 bool IsRef, const Decl *Parent, in handleDeclOccurrence()479 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef, in shouldIndexMacroOccurrence()
130 const CXXConstructorCall *Call, bool IsRef, CheckerContext &C) const { in modelAssertionResultBoolConstructor()
189 static constexpr bool IsRef = std::is_reference<T>::value; variable
203 bool ValueObjectPrinter::IsRef() { in IsRef() function in ValueObjectPrinter
129 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local
817 template <uint16_t Kind> static bool IsRef(const Node BA) { in IsRef() function
842 bool IsRef = T->isLValueReferenceType(); in highlightMutableReferenceArgument() local