/external/clang/lib/Sema/ |
SemaLookup.cpp | 745 // differ from the lexical context (encoded directly in the Scope 752 DeclContext *Lexical = 0; 756 Lexical = static_cast<DeclContext *>(OuterS->getEntity()); 781 // In this example, the lexical context we return is the 783 if (!Lexical || !DC || !S->getParent() || 785 return std::make_pair(Lexical, false); 805 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) && 806 Lexical->Encloses(Semantic)) 809 return std::make_pair(Lexical, false) [all...] |
/external/icu4c/tools/toolutil/ |
ucm.c | 126 UBool lexical) { 131 * A lexical comparison is used for sorting in the builder, to allow 138 if(lexical) { [all...] |
/external/antlr/src/org/antlr/runtime/ |
Lexer.java | 147 * outermost lexical rule. The token object should point into the
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToSAXHandler.java | 140 // Ignore if a lexical handler has not been set
|
/external/clang/docs/ |
PTHInternals.html | 112 architecture-specific. Since a Clang PTH file essentially represents a lexical
|
InternalsManual.html | 61 <li><a href="#LexicalAndSemanticContexts">Lexical and Semantic [all...] |
/external/clang/lib/CodeGen/ |
CGObjCRuntime.cpp | 38 // in here; it should never be necessary because that should be the lexical
|
/external/icu4c/i18n/ |
rbt_pars.h | 193 * indicators. Once it does a lexical breakdown of the rule at pos, it
|
/external/libxml2/ |
xmlschemastypes.c | [all...] |
/external/markdown/markdown/ |
html4.py | 146 items.sort() # lexical order
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.h | 154 // table with the lexical representation L o G.
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
manager_worker_broker_unittest.py | 49 # we wouldn't need globals, but we can't pass these through a lexical closure
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tic.h | 251 /* comp_scan.c: lexical analysis */
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 153 setProperty("http://xml.org/sax/properties/lexical-handler", 179 // Register a lexical handler for us to output to
|
CoroutineManager.java | 57 * characters into lexical tokens, and the lexer resumes the parser
|
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 238 /// to this set, so that we can write out lexical content updates for it. 274 /// \brief The number of lexical declcontexts written to the AST
|
/external/llvm/include/llvm/Analysis/ |
DIBuilder.h | 450 /// createLexicalBlock - This creates a descriptor for a lexical block 452 /// @param Scope Parent lexical scope.
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
SAXParserTest.java | 112 = "http://xml.org/sax/properties/lexical-handler"; 865 String validName = "http://xml.org/sax/properties/lexical-handler"; [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParserTokenManager.java | 751 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); 780 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/ |
ContentTypeParserTokenManager.java | 637 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); 666 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParserTokenManager.java | 676 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); 705 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 111 "http://xml.org/sax/features/lexical-handler/parameter-entities"; 256 "http://xml.org/sax/properties/lexical-handler"; 374 throw new SAXNotSupportedException("Your lexical handler is not a LexicalHandler"); [all...] |
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 463 * the lexical scope of another class's definition. Any class which has this
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 29 * This class is in charge of lexical processing of the XPath
|
/external/bison/ |
TODO | 92 not clear: should it be lexical or syntactic. Vadim Maslow thinks it
|