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

  /external/clang/lib/CodeGen/
CGCXX.cpp 112 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl,
120 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl);
130 StringRef MangledName = getMangledName(AliasDecl);
139 = getTypes().GetFunctionType(AliasDecl)->getPointerTo();
194 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
CGDebugInfo.cpp 738 TypeAliasDecl *AliasDecl =
742 SourceLocation Loc = AliasDecl->getLocation();
746 llvm::DIDescriptor Ctxt = getContextDescriptor(cast<Decl>(AliasDecl->getDeclContext()));
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 130 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}}
  /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...]

Completed in 156 milliseconds