HomeSort by relevance Sort by last modified time
    Searched refs:isIdentifier (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu/icu4c/source/common/
patternprops.h 74 static UBool isIdentifier(const UChar *s, int32_t length);
patternprops.cpp 196 PatternProps::isIdentifier(const UChar *s, int32_t length) {
messagepattern.cpp 335 if(!PatternProps::isIdentifier(name.getBuffer(), name.length())) {
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 499 bool isIdentifier() const { return !Qualifier.getInt(); }
503 assert(isIdentifier() && "Template name isn't an identifier?");
519 if (isIdentifier())
DeclarationName.h 197 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
223 if (isIdentifier())
Decl.h 130 assert(Name.isIdentifier() && "Name is not a simple identifier");
    [all...]
  /external/clang/lib/AST/
TemplateName.cpp 143 if (DTN->isIdentifier())
ItaniumMangle.cpp 407 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
    [all...]
MicrosoftMangle.cpp 307 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/icu/icu4c/source/i18n/
selfmt.cpp 94 if (!PatternProps::isIdentifier(keyword.getBuffer(), keyword.length())) {
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
JavaScriptSourceFrame.js 457 var isIdentifier = token.type.startsWith("js-variable") || token.type.startsWith("js-property") || token.type == "js-def";
458 if (!isIdentifier && (token.type !== "js-keyword" || tokenContent !== "this"))
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp 275 if (DepTemplate->isIdentifier() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 926 milliseconds

1 2