Searched refs:GetDeclContextForType (Results 1 – 4 of 4) sorted by relevance
190 static clang::DeclContext *GetDeclContextForType(clang::QualType type);192 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
2638 ClangASTContext::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in ClangASTContext2639 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()2643 ClangASTContext::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in ClangASTContext2654 return GetDeclContextForType( in GetDeclContextForType()2662 return GetDeclContextForType(llvm::cast<clang::TypedefType>(qual_type) in GetDeclContextForType()2666 return GetDeclContextForType( in GetDeclContextForType()2669 return GetDeclContextForType( in GetDeclContextForType()2672 return GetDeclContextForType( in GetDeclContextForType()3039 ->GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()8681 ClangASTContext::GetASTContext(ast)->GetDeclContextForType( in AddMethodToObjCObjectType()
981 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
847 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseTypeFromDWARF()1106 ClangASTContext::GetDeclContextForType(clang_type), die); in ParseTypeFromDWARF()