Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp421 auto IsOverloadedOperatorPresent = [&S](const RecordDecl *Record, in threadSafetyCheckIsSmartPointer() local
429 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer()
430 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer()
440 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()
443 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()