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

  /external/clang/test/Modules/Inputs/no-linkage/
decls.h 4 using AliasDecl = int;
  /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/CodeGen/
CGCXX.cpp 120 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl,
128 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl);
138 StringRef MangledName = getMangledName(AliasDecl);
146 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl);
212 setAliasAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp 823 TypeAliasDecl *AliasDecl = cast<TypeAliasTemplateDecl>(
826 SourceLocation Loc = AliasDecl->getLocation();
829 getDeclContextDescriptor(AliasDecl));
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 133 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}}
  /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...]

Completed in 324 milliseconds