Searched defs:isLiteral (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/Basic/
H A DTokenKinds.h87 inline bool isLiteral(TokenKind K) { function in namespace:clang::tok
/external/chromium_org/third_party/icu/source/common/
H A Dutil.cpp279 * the quoteBuf to rule, make one final call with isLiteral == TRUE.
283 * @param isLiteral if true, then the given character should not be
297 UBool isLiteral,
303 if (isLiteral ||
386 UBool isLiteral,
390 appendToRule(rule, text[i], isLiteral, escapeUnprintable, quoteBuf);
295 appendToRule(UnicodeString& rule, UChar32 c, UBool isLiteral, UBool escapeUnprintable, UnicodeString& quoteBuf) argument
384 appendToRule(UnicodeString& rule, const UnicodeString& text, UBool isLiteral, UBool escapeUnprintable, UnicodeString& quoteBuf) argument
/external/icu/icu4c/source/common/
H A Dutil.cpp279 * the quoteBuf to rule, make one final call with isLiteral == TRUE.
283 * @param isLiteral if true, then the given character should not be
297 UBool isLiteral,
303 if (isLiteral ||
386 UBool isLiteral,
390 appendToRule(rule, text[i], isLiteral, escapeUnprintable, quoteBuf);
295 appendToRule(UnicodeString& rule, UChar32 c, UBool isLiteral, UBool escapeUnprintable, UnicodeString& quoteBuf) argument
384 appendToRule(UnicodeString& rule, const UnicodeString& text, UBool isLiteral, UBool escapeUnprintable, UnicodeString& quoteBuf) argument
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h103 bool isLiteral() const { return IsLiteral; } function in class:llvm::BitCodeAbbrevOp
107 uint64_t getLiteralValue() const { assert(isLiteral()); return Val; }
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h243 /// isLiteral - Return true if this type is uniqued by structural
245 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } function in class:llvm::StructType
/external/clang/include/clang/Lex/
H A DToken.h56 /// Literals: isLiteral() returns true.
102 bool isLiteral() const { function in class:clang::Token
103 return tok::isLiteral(getKind());
164 if (isLiteral()) return nullptr;
187 assert(isLiteral() && "Cannot get literal data of non-literal");
191 assert(isLiteral() && "Cannot set literal data of non-literal");
/external/clang/include/clang/AST/
H A DDeclCXX.h1307 bool isLiteral() const { function in class:clang::CXXRecordDecl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 274 milliseconds