Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp180 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local
182 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
190 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()
191 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
198 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()