Searched refs:getFullyQualifiedName (Results 1 – 4 of 4) sorted by relevance
75 std::string getFullyQualifiedName(QualType QT, const ASTContext &Ctx,
334 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function in CodeViewDebug336 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty)); in getFullyQualifiedName()361 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex()2289 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeEnum()2450 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeClass()2481 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass()2503 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion()2523 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion()3292 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()3299 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()[all …]
494 std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name);495 std::string getFullyQualifiedName(const DIScope *Scope);
481 std::string getFullyQualifiedName(QualType QT, in getFullyQualifiedName() function