Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp502 for (auto BaseSpecifier : CXXRecord->bases()) { in threadSafetyCheckIsSmartPointer() local
505 BaseSpecifier.getType()->getAsRecordDecl(), OO_Star); in threadSafetyCheckIsSmartPointer()
508 BaseSpecifier.getType()->getAsRecordDecl(), OO_Arrow); in threadSafetyCheckIsSmartPointer()