Searched refs:getFullyQualifiedName (Results 1 – 5 of 5) sorted by relevance
28 std::string ActualName = TypeName::getFullyQualifiedName( in VisitValueDecl()45 TEST(QualTypeNameTest, getFullyQualifiedName) { in TEST() argument
75 std::string getFullyQualifiedName(QualType QT, const ASTContext &Ctx,
321 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName() function in CodeViewDebug332 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function in CodeViewDebug334 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty)); in getFullyQualifiedName()359 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex()2237 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeEnum()2398 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeClass()2429 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass()2451 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion()2471 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion()3226 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()[all …]
472 std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name);473 std::string getFullyQualifiedName(const DIScope *Scope);
482 std::string getFullyQualifiedName(QualType QT, in getFullyQualifiedName() function