Home
last modified time | relevance | path

Searched defs:CXXDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.h71 if (const auto *CXXDecl = dyn_cast<CXXRecordDecl>(Decl)) in getDestructor() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1632 CollectRecordLambdaFields(const CXXRecordDecl * CXXDecl,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DIType * RecordTy) CollectRecordLambdaFields() argument
1754 const auto *CXXDecl = dyn_cast<CXXRecordDecl>(record); CollectRecordFields() local
2525 if (auto *CXXDecl = dyn_cast<CXXRecordDecl>(RD)) { isDefinedInClangModule() local
2642 const auto *CXXDecl = dyn_cast<CXXRecordDecl>(RD); shouldOmitDefinition() local
2731 if (const auto *CXXDecl = dyn_cast<CXXRecordDecl>(RD)) CreateTypeDefinition() local
2746 const auto *CXXDecl = dyn_cast<CXXRecordDecl>(RD); CreateTypeDefinition() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5083 CXXConstructorDecl *CXXDecl = CExp->getConstructor(); RewriteByRefVar() local