Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp441 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local
443 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
451 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()
452 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
459 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()