Searched refs:isIdentifier (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Dpatternprops.h74 static UBool isIdentifier(const UChar *s, int32_t length);
H A Dpatternprops.cpp196 PatternProps::isIdentifier(const UChar *s, int32_t length) { function in class:PatternProps
H A Dmessagepattern.cpp335 if(!PatternProps::isIdentifier(name.getBuffer(), name.length())) {
/external/icu/icu4c/source/common/
H A Dpatternprops.h74 static UBool isIdentifier(const UChar *s, int32_t length);
H A Dpatternprops.cpp196 PatternProps::isIdentifier(const UChar *s, int32_t length) { function in class:PatternProps
H A Dmessagepattern.cpp335 if(!PatternProps::isIdentifier(name.getBuffer(), name.length())) {
/external/clang/include/clang/AST/
H A DTemplateName.h499 bool isIdentifier() const { return !Qualifier.getInt(); } function in class:clang::DependentTemplateName
503 assert(isIdentifier() && "Template name isn't an identifier?");
519 if (isIdentifier())
H A DDeclarationName.h197 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } function in class:clang::DeclarationName
223 if (isIdentifier())
H A DDecl.h130 assert(Name.isIdentifier() && "Name is not a simple identifier");
/external/chromium_org/third_party/icu/source/i18n/
H A Dselfmt.cpp94 if (!PatternProps::isIdentifier(keyword.getBuffer(), keyword.length())) {
/external/clang/lib/AST/
H A DTemplateName.cpp143 if (DTN->isIdentifier())
H A DItaniumMangle.cpp407 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
1600 assert(Dependent->isIdentifier());
H A DMicrosoftMangle.cpp307 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
H A DASTImporter.cpp4829 if (DTN->isIdentifier()) {
H A DASTContext.cpp4014 if (DTN->isIdentifier()) {
/external/icu/icu4c/source/i18n/
H A Dselfmt.cpp94 if (!PatternProps::isIdentifier(keyword.getBuffer(), keyword.length())) {
/external/clang/lib/Parse/
H A DParseTentative.cpp1296 bool isIdentifier = Tok.is(tok::identifier); local
1298 if (!isIdentifier)
1303 if (isIdentifier ||
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DJavaScriptSourceFrame.js526 var isIdentifier = token.type.startsWith("js-variable") || token.type.startsWith("js-property") || token.type == "js-def"; variable
527 if (!isIdentifier && (token.type !== "js-keyword" || tokenContent !== "this"))
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp811 if (DTN && DTN->isIdentifier()) {
H A DSemaExprObjC.cpp1567 if (!MemberName.isIdentifier()) {
H A DSemaExprCXX.cpp275 if (DepTemplate->isIdentifier() &&
H A DSemaTemplate.cpp1997 if (DTN && DTN->isIdentifier())
H A DSemaDeclCXX.cpp2064 if (!Name.isIdentifier()) {
5975 if (!MD->getDeclName().isIdentifier())
H A DTreeTransform.h3207 if (DTN->isIdentifier()) {
/external/clang/lib/Serialization/
H A DASTWriter.cpp5134 Record.push_back(DepT->isIdentifier());
5135 if (DepT->isIdentifier())

Completed in 1156 milliseconds

12