Home
last modified time | relevance | path

Searched refs:getFullyQualifiedName (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DQualTypeNamesTest.cpp28 std::string ActualName = TypeName::getFullyQualifiedName( in VisitValueDecl()
45 TEST(QualTypeNameTest, getFullyQualifiedName) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DQualTypeNames.h75 std::string getFullyQualifiedName(QualType QT, const ASTContext &Ctx,
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp321 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName() function in CodeViewDebug
332 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function in CodeViewDebug
334 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 …]
H A DCodeViewDebug.h472 std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name);
473 std::string getFullyQualifiedName(const DIScope *Scope);
/llvm-project-15.0.7/clang/lib/AST/
H A DQualTypeNames.cpp482 std::string getFullyQualifiedName(QualType QT, in getFullyQualifiedName() function