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)
650 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
651 for (CXXRecordDecl::base_class_const_iterator i = CRD->bases_begin(),
652 e = CRD->bases_end(); i != e; ++i) {
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 83 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
84 if (CRD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation)
256 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
258 if (const ClassTemplateDecl *CTD = CRD->getDescribedClassTemplate())
264 dyn_cast<ClassTemplateSpecializationDecl>(CRD)) {
278 CRD->getMemberSpecializationInfo())
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 396 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
398 if (CRD->lookupInBases(checkBaseClassIsLockableCallback, 0, BPaths))
    [all...]
SemaExpr.cpp     [all...]

Completed in 576 milliseconds