HomeSort by relevance Sort by last modified time
    Searched refs:CreateCXXMemberFunction (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 108 llvm::DISubprogram CreateCXXMemberFunction(const CXXMethodDecl *Method,
CGDebugInfo.cpp 766 /// CreateCXXMemberFunction - A helper function to create a DISubprogram for
769 CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method,
852 EltTys.push_back(CreateCXXMemberFunction(Method, Unit, RecordTy));
    [all...]

Completed in 31 milliseconds