Searched refs:IsOverloadedOperatorPresent (Results 1 – 1 of 1) sorted by relevance
433 auto IsOverloadedOperatorPresent = [&S](const RecordDecl *Record, in threadSafetyCheckIsSmartPointer() local441 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer()442 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer()452 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()455 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()