Home
last modified time | relevance | path

Searched refs:SomeDecl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h884 template<typename SomeDecl>
885 void MaybeHandleStaticInExternC(const SomeDecl *D, llvm::GlobalValue *GV);
HDCodeGenModule.cpp1914 template<typename SomeDecl>
1915 void CodeGenModule::MaybeHandleStaticInExternC(const SomeDecl *D, in MaybeHandleStaticInExternC()
1931 const SomeDecl *First = D->getFirstDecl(); in MaybeHandleStaticInExternC()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h995 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType() local
997 if (isa<TypedefDecl>(SomeDecl)) Kind = 1; in RebuildDependentNameType()
998 else if (isa<TypeAliasDecl>(SomeDecl)) Kind = 2; in RebuildDependentNameType()
999 else if (isa<ClassTemplateDecl>(SomeDecl)) Kind = 3; in RebuildDependentNameType()
1001 SemaRef.Diag(SomeDecl->getLocation(), diag::note_declared_at); in RebuildDependentNameType()