Home
last modified time | relevance | path

Searched defs:isOrdinary (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DLiteralSupport.h210 bool isOrdinary() const { return Kind == tok::char_constant; } in isOrdinary() function
283 bool isOrdinary() const { return Kind == tok::string_literal; } in isOrdinary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DLiteralSupport.h211 bool isOrdinary() const { return Kind == tok::char_constant; } in isOrdinary() function
284 bool isOrdinary() const { return Kind == tok::string_literal; } in isOrdinary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DLiteralSupport.h210 bool isOrdinary() const { return Kind == tok::char_constant; } in isOrdinary() function
283 bool isOrdinary() const { return Kind == tok::string_literal; } in isOrdinary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DLiteralSupport.h210 bool isOrdinary() const { return Kind == tok::char_constant; } in isOrdinary() function
283 bool isOrdinary() const { return Kind == tok::string_literal; } in isOrdinary() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DRawCommentList.h85 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
DExpr.h1897 bool isOrdinary() const { return getKind() == StringLiteralKind::Ordinary; } in isOrdinary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
DExpr.h1897 bool isOrdinary() const { return getKind() == StringLiteralKind::Ordinary; } in isOrdinary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
DExpr.h1897 bool isOrdinary() const { return getKind() == StringLiteralKind::Ordinary; } in isOrdinary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
DExpr.h1925 bool isOrdinary() const { return getKind() == StringLiteralKind::Ordinary; } in isOrdinary() function
/aosp_15_r20/external/deqp/framework/common/
H A DtcuInterval.hpp155 bool isOrdinary(double maxValue) const in isOrdinary() function in tcu::Interval