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

  /external/clang/lib/CodeGen/
CGCXX.cpp 102 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl,
109 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl);
141 = getTypes().GetFunctionType(AliasDecl)->getPointerTo();
156 StringRef MangledName = getMangledName(AliasDecl);
170 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 655 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated);
656 assert(AliasDecl);
657 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 133 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}}
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 635 ObjCCompatibleAliasDecl *AliasDecl =
638 if (!CheckObjCDeclScope(AliasDecl))
639 PushOnScopeChains(AliasDecl, TUScope);
641 return AliasDecl;
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 3734 milliseconds