Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp440 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local
442 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
450 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()
451 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
458 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()