Home
last modified time | relevance | path

Searched defs:ToName (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_name.h36 inline CPDF_Name* ToName(CPDF_Object* obj) { in ToName() function
40 inline const CPDF_Name* ToName(const CPDF_Object* obj) { in ToName() function
44 inline RetainPtr<const CPDF_Name> ToName(RetainPtr<CPDF_Object> obj) { in ToName() function
48 inline RetainPtr<const CPDF_Name> ToName(RetainPtr<const CPDF_Object> obj) { in ToName() function
/aosp_15_r20/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp47 std::string ToName; member in __anon95107b5d0111::DiagnosticWatcher
/aosp_15_r20/external/clang/lib/AST/
H A DASTDiagnostic.cpp1679 std::string ToName = ToTD ? ToTD->getName() : "(no argument)"; in PrintTemplateTemplate() local