Searched refs:Ifdef (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.cpp39 { tgtok::Ifdef, "ifdef" },
699 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) {
701 StringRef IfTokName = Kind == tgtok::Ifdef ? "#ifdef" : "#ifndef";
710 Kind = tgtok::Ifdef;
748 if (IfdefEntry.Kind != tgtok::Ifdef) {
781 if (IfdefOrElseEntry.Kind != tgtok::Ifdef &&
H A DTGLexer.h75 Ifdef, Ifndef, Else, Endif, Define enumerator in enum:llvm::tgtok::TokKind
185 // Either tgtok::Ifdef or tgtok::Else.
236 // one of the internal token kinds, i.e. Ifdef, Else, Endif, Define.
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h92 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
H A DPPCallbacks.h350 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok, function in class:clang::PPCallbacks
583 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
585 First->Ifdef(Loc, MacroNameTok, MD);
586 Second->Ifdef(Loc, MacroNameTok, MD);
H A DPreprocessingRecord.h537 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, function in class:PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp406 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, function in class:PreprocessingRecord
H A DPPDirectives.cpp3011 Callbacks->Ifdef(DirectiveTok.getLocation(), MacroNameTok, MD);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp64 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,

Completed in 231 milliseconds