Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp469 auto IsOverloadedOperatorPresent = [&S](const RecordDecl *Record, in threadSafetyCheckIsSmartPointer() local
477 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer()
478 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer()
488 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
491 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()