Home
last modified time | relevance | path

Searched refs:Ifndef (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h436 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
733 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
735 First->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
736 Second->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
H A DPPConditionalDirectiveRecord.h94 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
H A DPreprocessingRecord.h540 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp40 { tgtok::Ifndef, "ifndef" },
721 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor()
730 if (Kind == tgtok::Ifndef) in lexPreprocessor()
H A DTGLexer.h71 Ifndef, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp417 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
H A DPPDirectives.cpp3396 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD); in HandleIfdefDirective()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp72 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in __anonb20dd8150111::IndexPPCallbacks