Home
last modified time | relevance | path

Searched refs:ContextualKeywords (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParser.cpp1440 ContextualKeywords[II] = Tok.getKind(); in TryKeywordIdentFallback()
1455 ContextualKeywords.find(II); in TryIdentKeywordUpgrade()
1456 if (Known == ContextualKeywords.end()) in TryIdentKeywordUpgrade()
/external/clang/include/clang/Parse/
DParser.h141 ContextualKeywords; variable