Searched refs:CreateCXXMemberFunction (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h157 llvm::DISubprogram CreateCXXMemberFunction(const CXXMethodDecl *Method,
H A DCGDebugInfo.cpp1048 /// CreateCXXMemberFunction - A helper function to create a DISubprogram for
1051 CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method, function in class:CGDebugInfo
1160 EltTys.push_back(CreateCXXMemberFunction(Method, Unit, RecordTy));
2361 CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), T);

Completed in 73 milliseconds