HomeSort by relevance Sort by last modified time
    Searched defs:isIdentifier (Results 1 - 7 of 7) sorted by null

  /external/icu4c/common/
patternprops.cpp 196 PatternProps::isIdentifier(const UChar *s, int32_t length) {
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 216 bool isIdentifier() const { return m_refCountAndFlags & s_refCountFlagIsIdentifier; }
217 void setIsIdentifier(bool isIdentifier)
220 if (isIdentifier)
229 void setIsAtomic(bool isIdentifier)
232 if (isIdentifier)
  /external/clang/include/clang/AST/
TemplateName.h 495 bool isIdentifier() const { return !Qualifier.getInt(); }
499 assert(isIdentifier() && "Template name isn't an identifier?");
515 if (isIdentifier())
DeclarationName.h 187 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
216 if (isIdentifier())
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 230 milliseconds