Searched refs:getFullyQualifiedName (Results 1 – 4 of 4) sorted by relevance
75 std::string getFullyQualifiedName(QualType QT, const ASTContext &Ctx,
323 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName() 334 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) {336 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty)); in getScopeIndex() 361 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex() 1127 FuncName = getFullyQualifiedName(SP->getScope(), SP->getName()); in emitDebugInfoForFunction() 2289 std::string FullName = getFullyQualifiedName(Ty);2450 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass() 2481 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion() 2503 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion() 2523 std::string FullName = getFullyQualifiedName(T in lowerRecordFieldList() 319 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, getFullyQualifiedName() function in CodeViewDebug 330 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { getFullyQualifiedName() function in CodeViewDebug [all...]
494 std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name);495 std::string getFullyQualifiedName(const DIScope *Scope);
482 std::string getFullyQualifiedName(QualType QT, in getFullyQualifiedName() function