Searched refs:DisableKeyword (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParser.cpp1548 bool Parser::TryKeywordIdentFallback(bool DisableKeyword) { argument
1552 << DisableKeyword;
1553 if (DisableKeyword)
/external/clang/include/clang/Parse/
H A DParser.h662 bool TryKeywordIdentFallback(bool DisableKeyword);

Completed in 122 milliseconds