Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPPCallbacks.h305 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
487 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
489 First->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
490 Second->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
DPPConditionalDirectiveRecord.h95 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
DPreprocessingRecord.h502 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
DPreprocessingRecord.cpp390 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
DPPDirectives.cpp2368 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD); in HandleIfdefDirective()