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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h75 std::string getFullyQualifiedName(QualType QT, const ASTContext &Ctx,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h452 std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name);
453 std::string getFullyQualifiedName(const DIScope *Scope);
H A DCodeViewDebug.cpp358 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, function in class:CodeViewDebug
369 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { function in class:CodeViewDebug
371 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty));
387 std::string ScopeName = getFullyQualifiedName(Scope);
1026 FuncName = getFullyQualifiedName(SP->getScope(), SP->getName());
2102 std::string FullName = getFullyQualifiedName(Ty);
2253 std::string FullName = getFullyQualifiedName(Ty);
2284 std::string FullName = getFullyQualifiedName(Ty);
2306 std::string FullName = getFullyQualifiedName(Ty);
2326 std::string FullName = getFullyQualifiedName(T
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp463 std::string getFullyQualifiedName(QualType QT, function in namespace:clang::TypeName

Completed in 128 milliseconds