Searched refs:GetTypeForDecl (Results 1 – 7 of 7) sorted by relevance
209 static CompilerType GetTypeForDecl(clang::NamedDecl *decl);211 static CompilerType GetTypeForDecl(clang::TagDecl *decl);213 static CompilerType GetTypeForDecl(clang::ObjCInterfaceDecl *objc_decl);
267 ClangASTContext::GetTypeForDecl(decls[0]).GetPointerType()); in BuildObjCObjectPointerType()
451 ClangASTContext::GetTypeForDecl(decls[0])); in GetDynamicTypeAndAddress()
956 ClangASTContext::GetTypeForDecl(decl)) { in GetTypeScavenger()991 ClangASTContext::GetTypeForDecl(decls.front()); in GetTypeScavenger()
1818 if (CompilerType type = ClangASTContext::GetTypeForDecl(decls[0])) { in FindFirstType()1883 if (CompilerType type = ClangASTContext::GetTypeForDecl(decl)) { in FindTypes()
1439 CompilerType ClangASTContext::GetTypeForDecl(clang::NamedDecl *decl) { in GetTypeForDecl() function in ClangASTContext1442 return GetTypeForDecl(interface_decl); in GetTypeForDecl()1444 return GetTypeForDecl(tag_decl); in GetTypeForDecl()1448 CompilerType ClangASTContext::GetTypeForDecl(TagDecl *decl) { in GetTypeForDecl() function in ClangASTContext1458 CompilerType ClangASTContext::GetTypeForDecl(ObjCInterfaceDecl *decl) { in GetTypeForDecl() function in ClangASTContext9861 CompilerType clang_type = GetTypeForDecl(decl); in CompleteTagDecl()9872 CompilerType clang_type = GetTypeForDecl(decl); in CompleteObjCInterfaceDecl()10170 CompilerType clang_type = ClangASTContext::GetTypeForDecl(nd); in CountDeclLevels()
215 CompilerType type = ClangASTContext::GetTypeForDecl(tag_decl_ctx); in CompleteExternalTagDeclType()