Home
last modified time | relevance | path

Searched refs:Ifdef (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp39 { 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 DTGLexer.h70 Ifdef, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h412 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 DPPConditionalDirectiveRecord.h92 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
H A DPreprocessingRecord.h538 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() function in PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp401 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in PreprocessingRecord
H A DPPDirectives.cpp3398 Callbacks->Ifdef(DirectiveTok.getLocation(), MacroNameTok, MD); in HandleIfdefDirective()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp64 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in __anonb20dd8150111::IndexPPCallbacks
/freebsd/contrib/libpcap/
H A DCHANGES1394 - Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.