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

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 136 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
137 for (CXXRecordDecl::base_class_const_iterator I = CRD->bases_begin(),
138 E = CRD->bases_end(); I != E; ++I)
657 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
658 for (CXXRecordDecl::base_class_const_iterator i = CRD->bases_begin(),
659 e = CRD->bases_end(); i != e; ++i) {
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 84 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
85 if (CRD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation)
271 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
273 if (const ClassTemplateDecl *CTD = CRD->getDescribedClassTemplate())
279 dyn_cast<ClassTemplateSpecializationDecl>(CRD)) {
293 CRD->getMemberSpecializationInfo())
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 401 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
403 if (CRD->lookupInBases(checkBaseClassIsLockableCallback, 0, BPaths))
    [all...]
SemaExpr.cpp     [all...]

Completed in 405 milliseconds