HomeSort by relevance Sort by last modified time
    Searched refs:Lexical (Results 1 - 5 of 5) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 26 * Lexical error occured.
36 * Tried to change to an invalid lexical state.
102 * token manager to indicate a lexical error.
105 * curLexState : lexical state in which this error occured
110 * Note: You can customize the lexical error message by modifying this method.
113 return("Lexical error at line " +
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 26 * Lexical error occured.
36 * Tried to change to an invalid lexical state.
102 * token manager to indicate a lexical error.
105 * curLexState : lexical state in which this error occured
110 * Note: You can customize the lexical error message by modifying this method.
113 return("Lexical error at line " +
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 26 * Lexical error occured.
36 * Tried to change to an invalid lexical state.
102 * token manager to indicate a lexical error.
105 * curLexState : lexical state in which this error occured
110 * Note: You can customize the lexical error message by modifying this method.
113 return("Lexical error at line " +
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 14 See http://www.antlr.org/wiki/display/ANTLR3/Lexical+filters for more info on
  /external/clang/lib/Sema/
SemaLookup.cpp 772 // differ from the lexical context (encoded directly in the Scope
779 DeclContext *Lexical = 0;
783 Lexical = static_cast<DeclContext *>(OuterS->getEntity());
808 // In this example, the lexical context we return is the
810 if (!Lexical || !DC || !S->getParent() ||
812 return std::make_pair(Lexical, false);
832 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
833 Lexical->Encloses(Semantic))
836 return std::make_pair(Lexical, false)
    [all...]

Completed in 180 milliseconds