Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp493 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local
495 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
503 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()
504 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
511 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()