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

/external/clang/include/clang/Lex/
H A DPPCallbacks.h226 /// Endif -- This hook is called whenever an #endif is seen.
229 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { function in class:clang::PPCallbacks
376 /// Endif -- This hook is called whenever an #endif is seen.
377 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { function in class:clang::PPChainedCallbacks
378 First->Endif(Loc, IfLoc);
379 Second->Endif(Loc, IfLoc);

Completed in 195 milliseconds