Home
last modified time | relevance | path

Searched refs:NOTABLE_IDENTIFIER (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTokenKinds.def92 #ifndef NOTABLE_IDENTIFIER
93 #define NOTABLE_IDENTIFIER(X)
839 NOTABLE_IDENTIFIER(not_notable)
840 NOTABLE_IDENTIFIER(FILE)
841 NOTABLE_IDENTIFIER(jmp_buf)
842 NOTABLE_IDENTIFIER(sigjmp_buf)
843 NOTABLE_IDENTIFIER(ucontext_t)
844 NOTABLE_IDENTIFIER(float_t)
845 NOTABLE_IDENTIFIER(double_t)
1043 #undef NOTABLE_IDENTIFIER
HDTokenKinds.h50 #define NOTABLE_IDENTIFIER(X) X, macro
HDIdentifierTable.h99 #define NOTABLE_IDENTIFIER(X) X, macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDIdentifierTable.cpp309 #define NOTABLE_IDENTIFIER(NAME) \ in AddKeywords() macro