Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp485 auto IsOverloadedOperatorPresent = [&S](const RecordDecl *Record, in threadSafetyCheckIsSmartPointer() local
493 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer()
494 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer()
504 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
507 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()