Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp422 auto IsOverloadedOperatorPresent = [&S](const RecordDecl *Record, in threadSafetyCheckIsSmartPointer() local
430 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer()
431 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer()
441 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
444 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()