Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp439 for (auto BaseSpecifier : CXXRecord->bases()) { in threadSafetyCheckIsSmartPointer() local
442 BaseSpecifier.getType()->getAsRecordDecl(), OO_Star); in threadSafetyCheckIsSmartPointer()
445 BaseSpecifier.getType()->getAsRecordDecl(), OO_Arrow); in threadSafetyCheckIsSmartPointer()