Searched refs:Ifndef (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 305 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function 490 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function 492 First->Ifndef(Loc, MacroNameTok, MD); in Ifndef() 493 Second->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
|
D | PPConditionalDirectiveRecord.h | 95 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
|
D | PreprocessingRecord.h | 581 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
|
D | PreprocessingRecord.cpp | 392 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
|
D | PPDirectives.cpp | 2225 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD); in HandleIfdefDirective()
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
D | if_test.cpp | 578 TEST_F(IfTest, Ifndef) in TEST_F() argument
|