Home
last modified time | relevance | path

Searched defs:RDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp293 const RecordDecl *RDecl = setTargetAttributes() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp236 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) getContextDescriptor() local
4019 else if (const RecordDecl *RDecl = collectFunctionDeclProps() local
5281 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) EmitDeclareOfBlockLiteralArgVariable() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp8507 RecordDecl *RDecl = cast<RecordType>(CT)->getDecl(); getObjCEncodingForTypeImpl() local
8712 getObjCEncodingForStructureImpl(RecordDecl * RDecl,std::string & S,const FieldDecl * FD,bool includeVBases,QualType * NotEncodedT) const getObjCEncodingForStructureImpl() argument
10214 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); areCommonBaseCompatible() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18418 CXXRecordDecl* RDecl = cast<CXXRecordDecl>(RT->getDecl()); CheckFieldDecl() local
18480 CXXRecordDecl *RDecl = cast<CXXRecordDecl>(RT->getDecl()); CheckNontrivialField() local
[all...]
H A DSemaInit.cpp855 const RecordDecl *RDecl = RType->getDecl(); FillInEmptyInitializations() local
[all...]