Home
last modified time | relevance | path

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

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