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

  /external/clang/include/clang/Lex/
PPCallbacks.h 14 #ifndef LLVM_CLANG_LEX_PPCALLBACKS_H
202 /// \param IfLoc the source location of the #if/#ifdef/#ifndef directive.
214 /// Ifndef -- This hook is called whenever an #ifndef is seen.
217 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok) {
222 /// \param IfLoc the source location of the #if/#ifdef/#ifndef directive.
228 /// \param IfLoc the source location of the #if/#ifdef/#ifndef directive.
364 /// Ifndef -- This hook is called whenever an #ifndef is seen.
365 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok)
    [all...]
PreprocessingRecord.h 14 #ifndef LLVM_CLANG_LEX_PREPROCESSINGRECORD_H
608 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok);
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 488 void PreprocessingRecord::Ifndef(SourceLocation Loc,const Token &MacroNameTok) {
PPDirectives.cpp 309 Sub == "ndef") { // "ifndef"
310 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
    [all...]

Completed in 35 milliseconds