Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp478 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer() local
479 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
490 if (!foundArrowOperator) in threadSafetyCheckIsSmartPointer()
491 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
495 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()