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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DQualTypeNames.h75 std::string getFullyQualifiedName(QualType QT, const ASTContext &Ctx,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h453 std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name);
454 std::string getFullyQualifiedName(const DIScope *Scope);
H A DCodeViewDebug.cpp326 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, function in class:CodeViewDebug
337 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { function in class:CodeViewDebug
339 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty));
355 std::string ScopeName = getFullyQualifiedName(Scope);
1040 FuncName = getFullyQualifiedName(SP->getScope(), SP->getName());
2129 std::string FullName = getFullyQualifiedName(Ty);
2289 std::string FullName = getFullyQualifiedName(Ty);
2320 std::string FullName = getFullyQualifiedName(Ty);
2342 std::string FullName = getFullyQualifiedName(Ty);
2362 std::string FullName = getFullyQualifiedName(T
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp463 std::string getFullyQualifiedName(QualType QT, function in namespace:clang::TypeName

Completed in 229 milliseconds