HomeSort by relevance Sort by last modified time
    Searched refs:CRD (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 133 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
134 for (const auto &I : CRD->bases())
655 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
656 for (const auto &I : CRD->bases()) {
  /external/clang/lib/AST/
ASTContext.cpp 94 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
95 if (CRD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation)
293 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
295 if (const ClassTemplateDecl *CTD = CRD->getDescribedClassTemplate())
301 dyn_cast<ClassTemplateSpecializationDecl>(CRD)) {
315 CRD->getMemberSpecializationInfo())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 388 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
390 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &P,
    [all...]
SemaExpr.cpp     [all...]

Completed in 252 milliseconds