Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp432 auto IsOverloadedOperatorPresent = [&S](const RecordDecl *Record, in threadSafetyCheckIsSmartPointer() local
440 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer()
441 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer()
451 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
454 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()