Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h75 std::string getFullyQualifiedName(QualType QT, const ASTContext &Ctx,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp334 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function in CodeViewDebug
336 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 …]
H A DCodeViewDebug.h494 std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name);
495 std::string getFullyQualifiedName(const DIScope *Scope);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp481 std::string getFullyQualifiedName(QualType QT, in getFullyQualifiedName() function