Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp181 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer() local
182 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
193 if (!foundArrowOperator) in threadSafetyCheckIsSmartPointer()
194 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
198 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()