Searched defs:CXXRecord (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBlocks.h | 148 CXXRecord, // Copy or destroy enumerator |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ | ||
H A D | DataflowAnalysisContext.cpp | 392 if (auto *CXXRecord = Type->getAsCXXRecordDecl()) getFieldsFromClassHierarchy() local |
/freebsd-src/contrib/llvm-project/clang/lib/Index/ | ||
H A D | USRGeneration.cpp | 518 if (const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(D)) { VisitTagDecl() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDecl.cpp | 14235 CXXRecordDecl *CXXRecord = cast<CXXRecordDecl>(Record->getDecl()); ActOnUninitializedDecl() local |
H A D | SemaDeclAttr.cpp | 460 const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(Record); threadSafetyCheckIsSmartPointer() local |