Home
last modified time | relevance | path

Searched refs:isDecimal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp584 bool isDecimal = false; in lexHTMLCharacterReference() local
600 isDecimal = true; in lexHTMLCharacterReference()
623 else if (isDecimal) in lexHTMLCharacterReference()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp776 else if (BTy->isDecimal()) in constructTypeDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1071 bool isDecimal() const { return Kind == FixedPointDecimal; } in isDecimal() function