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

  /external/clang/lib/CodeGen/
CGCXX.cpp 102 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl,
110 = getFunctionLinkage(cast<FunctionDecl>(AliasDecl.getDecl()));
142 = getTypes().GetFunctionType(AliasDecl)->getPointerTo();
157 StringRef MangledName = getMangledName(AliasDecl);
171 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 130 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}}
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 612 ObjCCompatibleAliasDecl *AliasDecl =
615 if (!CheckObjCDeclScope(AliasDecl))
616 PushOnScopeChains(AliasDecl, TUScope);
618 return AliasDecl;
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 110 milliseconds