HomeSort by relevance Sort by last modified time
    Searched defs:AliasDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 654 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated);
655 assert(AliasDecl);
656 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 666 ObjCCompatibleAliasDecl *AliasDecl =
669 if (!CheckObjCDeclScope(AliasDecl))
670 PushOnScopeChains(AliasDecl, TUScope);
672 return AliasDecl;
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 738 TypeAliasDecl *AliasDecl =
742 SourceLocation Loc = AliasDecl->getLocation();
746 llvm::DIDescriptor Ctxt = getContextDescriptor(cast<Decl>(AliasDecl->getDeclContext()));
    [all...]

Completed in 3287 milliseconds