Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.h149 llvm::DISubprogram CreateCXXMemberFunction(const CXXMethodDecl *Method,
DCGDebugInfo.cpp1026 CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method, in CreateCXXMemberFunction() function in CGDebugInfo
1132 EltTys.push_back(CreateCXXMemberFunction(Method, Unit, RecordTy)); in CollectCXXMemberFunctions()
2357 CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), T); in getFunctionDeclaration()