Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp952 if (const CXXRecordDecl *CXXRec = dyn_cast<CXXRecordDecl>(D)) in getEntityInfo() local
953 if (!CXXRec->isCLike()) in getEntityInfo()
982 CXXRec = dyn_cast<CXXRecordDecl>(D->getDeclContext())) { in getEntityInfo() local
985 if (!CXXRec->isPOD()) in getEntityInfo()
/external/clang/lib/AST/
DASTContext.cpp5877 CXXRecordDecl *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl() local
5881 if (CXXRec) { in getObjCEncodingForStructureImpl()
5882 for (const auto &BI : CXXRec->bases()) { in getObjCEncodingForStructureImpl()
5902 if (CXXRec && includeVBases) { in getObjCEncodingForStructureImpl()
5903 for (const auto &BI : CXXRec->vbases()) { in getObjCEncodingForStructureImpl()
5916 if (CXXRec) { in getObjCEncodingForStructureImpl()
5928 if (CXXRec && CXXRec->isDynamicClass() && in getObjCEncodingForStructureImpl()
5932 std::string recname = CXXRec->getNameAsString(); in getObjCEncodingForStructureImpl()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1882 const CXXRecordDecl *CXXRec = MD->getParent(); in VisitCommonDeclRefExpr() local
1885 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()