Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp455 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local
457 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
465 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()
466 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
473 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()