Lines Matching refs:ABIWrapper

58 ABIWrapper::ABIWrapper(  in ABIWrapper()  function in header_checker::dumper::ABIWrapper
70 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile()
85 std::string ABIWrapper::GetCachedDeclSourceFile( in GetCachedDeclSourceFile()
95 std::string ABIWrapper::GetMangledNameDecl( in GetMangledNameDecl()
108 bool ABIWrapper::SetupTemplateArguments(const clang::TemplateArgumentList *tl, in SetupTemplateArguments()
130 bool ABIWrapper::SetupFunctionParameter( in SetupFunctionParameter()
207 bool ABIWrapper::CreateAnonymousRecord(const clang::RecordDecl *record_decl) { in CreateAnonymousRecord()
213 bool ABIWrapper::CreateExtendedType(clang::QualType qual_type, in CreateExtendedType()
265 std::string ABIWrapper::GetTypeUniqueId(clang::QualType qual_type) { in GetTypeUniqueId()
283 bool ABIWrapper::CreateBasicNamedAndTypedDecl( in CreateBasicNamedAndTypedDecl()
320 bool ABIWrapper::CreateBasicNamedAndTypedDecl(clang::QualType qual_type, in CreateBasicNamedAndTypedDecl()
357 TypeAndCreationStatus ABIWrapper::SetTypeKind( in SetTypeKind()
424 std::string ABIWrapper::QualTypeToString(const clang::QualType &sweet_qt) { in QualTypeToString()
445 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionTypeWrapper()
494 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in FunctionDeclWrapper()
589 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in RecordDeclWrapper()
872 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in EnumDeclWrapper()
926 : ABIWrapper(mangle_contextp, ast_contextp, compiler_instance_p, module, in GlobalVarDeclWrapper()