Home
last modified time | relevance | path

Searched defs:Endif (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPPCallbacks.h229 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() function
377 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() function
/external/clang/lib/Lex/
DPreprocessingRecord.cpp506 void PreprocessingRecord::Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() function in PreprocessingRecord