Searched refs:FullyQualifiedName (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h62 SuppressImplicitBase(false), FullyQualifiedName(false),
235 unsigned FullyQualifiedName : 1; member in struct:clang::PrintingPolicy
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp819 std::string FullyQualifiedName = local
848 std::string GraphFileName = FullyQualifiedName + "." + RS.str() +
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp322 std::string FullyQualifiedName; local
325 FullyQualifiedName.append(QualifiedNameComponent);
326 FullyQualifiedName.append("::");
328 FullyQualifiedName.append(TypeName);
329 return FullyQualifiedName;
1475 std::string FullyQualifiedName = local
1479 GlobalUDTs.emplace_back(std::move(FullyQualifiedName), Ty);
1481 LocalUDTs.emplace_back(std::move(FullyQualifiedName), Ty);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp719 m_desc_policy.FullyQualifiedName = false;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp625 if (Policy.FullyQualifiedName) {

Completed in 187 milliseconds