Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_name.cpp38 bool CPDF_Name::IsName() const { in IsName() function in CPDF_Name
Dcpdf_object.cpp85 bool CPDF_Object::IsName() const { in IsName() function in CPDF_Object
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h405 bool IsName() const { return Is(OtherKind::Name); } in IsName() function