Searched refs:Ifdef (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 39 { tgtok::Ifdef, "ifdef" }, 721 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor() 723 StringRef IfTokName = Kind == tgtok::Ifdef ? "#ifdef" : "#ifndef"; in lexPreprocessor() 737 {tgtok::Ifdef, MacroIsDefined, SMLoc::getFromPointer(TokStart)}); in lexPreprocessor() 769 if (IfdefEntry.Kind != tgtok::Ifdef) { in lexPreprocessor() 802 if (IfdefOrElseEntry.Kind != tgtok::Ifdef && in lexPreprocessor()
|
H A D | TGLexer.h | 70 Ifdef, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 412 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function 713 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function 715 First->Ifdef(Loc, MacroNameTok, MD); in Ifdef() 716 Second->Ifdef(Loc, MacroNameTok, MD); in Ifdef()
|
H A D | PPConditionalDirectiveRecord.h | 92 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
|
H A D | PreprocessingRecord.h | 538 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() function in PPConditionalDirectiveRecord
|
H A D | PreprocessingRecord.cpp | 401 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in PreprocessingRecord
|
H A D | PPDirectives.cpp | 3398 Callbacks->Ifdef(DirectiveTok.getLocation(), MacroNameTok, MD); in HandleIfdefDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 64 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in __anonb20dd8150111::IndexPPCallbacks
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 1394 - Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.
|