Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp441 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer() local
442 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()
453 if (!foundArrowOperator) in threadSafetyCheckIsSmartPointer()
454 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
458 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()