HomeSort by relevance Sort by last modified time
    Searched refs:Ifndef (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PPCallbacks.h 14 #ifndef LLVM_CLANG_LEX_PPCALLBACKS_H
193 /// Ifndef -- This hook is called whenever an #ifndef is seen.
196 virtual void Ifndef(const Token &MacroNameTok) {
331 /// Ifndef -- This hook is called whenever an #ifndef is seen.
332 virtual void Ifndef(const Token &MacroNameTok) {
333 First->Ifndef(MacroNameTok);
334 Second->Ifndef(MacroNameTok);
  /external/clang/lib/Lex/
PPDirectives.cpp 301 Sub == "ndef") { // "ifndef"
302 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
    [all...]

Completed in 49 milliseconds