reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/PreprocessorLexer.h
   95     CI.IfLoc = DirectiveStart;
tools/clang/lib/Lex/Lexer.cpp
 2746       PP->Diag(ConditionalStack.back().IfLoc,
tools/clang/lib/Lex/PPDirectives.cpp
  544             Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc);
  571             Callbacks->Else(Tok.getLocation(), CondInfo.IfLoc);
  599                 CondInfo.IfLoc);
 2997     Callbacks->Endif(EndifToken.getLocation(), CondInfo.IfLoc);
 3022     Callbacks->Else(Result.getLocation(), CI.IfLoc);
 3030     CurPPLexer->pushConditionalLevel(CI.IfLoc, /*wasskip*/false,
 3036   SkipExcludedConditionalBlock(HashToken.getLocation(), CI.IfLoc,
 3067                     PPCallbacks::CVK_NotEvaluated, CI.IfLoc);
 3082       HashToken.getLocation(), CI.IfLoc, /*Foundnonskip*/ true,
tools/clang/lib/Serialization/ASTWriter.cpp
 2519       AddSourceLocation(Cond.IfLoc, Record);