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

  /external/clang/test/Modules/
no-linkage.cpp 8 int AliasDecl; // expected-note {{candidate}}
33 use(AliasDecl);
48 use(AliasDecl); // expected-error {{ambiguous}}
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 784 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated);
785 assert(AliasDecl);
786 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 823 TypeAliasDecl *AliasDecl = cast<TypeAliasTemplateDecl>(
826 SourceLocation Loc = AliasDecl->getLocation();
829 getDeclContextDescriptor(AliasDecl));
    [all...]

Completed in 902 milliseconds