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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h75 std::string getFullyQualifiedName(QualType QT, const ASTContext &Ctx,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp332 static std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name) { function
350 static std::string getFullyQualifiedName(const DIScope *Ty) { function
352 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty));
368 std::string ScopeName = getFullyQualifiedName(Scope);
1005 FuncName = getFullyQualifiedName(SP->getScope(), SP->getName());
2075 std::string FullName = getFullyQualifiedName(Ty);
2226 std::string FullName = getFullyQualifiedName(Ty);
2257 std::string FullName = getFullyQualifiedName(Ty);
2279 std::string FullName = getFullyQualifiedName(Ty);
2299 std::string FullName = getFullyQualifiedName(T
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp463 std::string getFullyQualifiedName(QualType QT, function in namespace:clang::TypeName

Completed in 117 milliseconds