Home
last modified time | relevance | path

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

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