Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp430 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local
432 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
440 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()
441 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
448 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()