Lines Matching defs:KEYWORD
233 // The lack of 'framework' keyword in a module declaration it's a simple
359 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true)
360 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true)
1844 // Parse 'explicit' or 'framework' keyword, if present.
1850 // Parse 'explicit' keyword, if present.
1856 // Parse 'framework' keyword, if present.
1862 // Parse 'module' keyword.
1869 CurrModuleDeclLoc = consumeToken(); // 'module' keyword
2141 SourceLocation ExternLoc = consumeToken(); // 'extern' keyword
2143 // Parse 'module' keyword.
2150 consumeToken(); // 'module' keyword
2227 // Parse 'requires' keyword.
2593 // Parse the optional 'framework' keyword.
2640 // FIXME: Support macros with the same name as a keyword here.
2657 // FIXME: Support macros with the same name as a keyword here.
2758 // Check for the 'framework' keyword, which is not permitted here.
2795 // FIXME: Handle the 'framework' keyword.