Home
last modified time | relevance | path

Searched defs:CXXRecord (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp68 if (auto *CXXRecord = Type->getAsCXXRecordDecl()) in getFieldsFromClassHierarchy() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h148 CXXRecord, // Copy or destroy enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1017 if (auto CXXRecord = dyn_cast<CXXRecordDecl>(D->getDeclContext())) { in ProcessAPINotes() local
H A DSemaDecl.cpp14040 CXXRecordDecl *CXXRecord = cast<CXXRecordDecl>(Record->getDecl()); in ActOnUninitializedDecl() local
18850 CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(EnclosingDecl); in ActOnFields() local
19222 CXXRecordDecl *CXXRecord = cast<CXXRecordDecl>(Record); in ActOnFields() local
H A DSemaDeclAttr.cpp185 const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(Record); in threadSafetyCheckIsSmartPointer() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp529 if (const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(D)) { in VisitTagDecl() local