Searched refs:GetTypeForDecl (Results 1 – 6 of 6) sorted by relevance
25 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
29 return m_type_system->GetTypeForDecl(m_opaque_decl); in GetType()
251 CompilerType GetTypeForDecl(clang::NamedDecl *decl);253 CompilerType GetTypeForDecl(clang::TagDecl *decl);255 CompilerType GetTypeForDecl(clang::ObjCInterfaceDecl *objc_decl);257 CompilerType GetTypeForDecl(clang::ValueDecl *value_decl);571 CompilerType GetTypeForDecl(void *opaque_decl) override;
1134 CompilerType TypeSystemClang::GetTypeForDecl(void *opaque_decl) { in GetTypeForDecl() function in TypeSystemClang1140 return GetTypeForDecl(named_decl); in GetTypeForDecl()1150 CompilerType TypeSystemClang::GetTypeForDecl(clang::NamedDecl *decl) { in GetTypeForDecl() function in TypeSystemClang1153 return GetTypeForDecl(interface_decl); in GetTypeForDecl()1155 return GetTypeForDecl(tag_decl); in GetTypeForDecl()1157 return GetTypeForDecl(value_decl); in GetTypeForDecl()1161 CompilerType TypeSystemClang::GetTypeForDecl(TagDecl *decl) { in GetTypeForDecl() function in TypeSystemClang1165 CompilerType TypeSystemClang::GetTypeForDecl(ObjCInterfaceDecl *decl) { in GetTypeForDecl() function in TypeSystemClang1169 CompilerType TypeSystemClang::GetTypeForDecl(clang::ValueDecl *value_decl) { in GetTypeForDecl() function in TypeSystemClang9053 CompilerType clang_type = GetTypeForDecl(decl); in CompleteTagDecl()[all …]
117 virtual CompilerType GetTypeForDecl(void *opaque_decl) = 0;
260 CompilerType type = ast.GetTypeForDecl(tag_decl_ctx); in PrepareContextToReceiveMembers()