HomeSort by: relevance | last modified time | path
    Searched refs:SomeDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 1068 template<typename SomeDecl>
1069 void MaybeHandleStaticInExternC(const SomeDecl *D, llvm::GlobalValue *GV);
CodeGenModule.cpp 4197 template<typename SomeDecl>
4198 void CodeGenModule::MaybeHandleStaticInExternC(const SomeDecl *D,
4214 const SomeDecl *First = D->getFirstDecl();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 1147 NamedDecl *SomeDecl = Result.getRepresentativeDecl();
1148 Sema::NonTagKind NTK = SemaRef.getNonTagTypeDeclKind(SomeDecl, Kind);
1149 SemaRef.Diag(IdLoc, diag::err_tag_reference_non_tag) << SomeDecl
1151 SemaRef.Diag(SomeDecl->getLocation(), diag::note_declared_at);

Completed in 46 milliseconds