OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFutureCompatKeyword
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h
88
unsigned
IsFutureCompatKeyword
: 1;
133
HadMacro(false), IsExtension(false),
IsFutureCompatKeyword
(false),
271
bool
isFutureCompatKeyword
() const { return
IsFutureCompatKeyword
; }
273
IsFutureCompatKeyword
= Val;
412
isExtensionToken() ||
isFutureCompatKeyword
() ||
/src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp
762
assert(II.
isFutureCompatKeyword
() && "diagnostic should not be needed");
851
if (II.
isFutureCompatKeyword
() && !DisableMacroExpansion) {
Completed in 78 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026