Searched refs:IsOverloadedOperatorPresent (Results 1 – 1 of 1) sorted by relevance
173 auto IsOverloadedOperatorPresent = [&S](const RecordDecl *Record, in threadSafetyCheckIsSmartPointer() local181 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer()182 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer()192 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()195 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()