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

Declarations

tools/clang/include/clang/Lex/MacroInfo.h
  397   const DefInfo findDirectiveAtLoc(SourceLocation L,

References

tools/clang/include/clang/Lex/Preprocessor.h
  655         return Latest->findDirectiveAtLoc(Loc, SourceMgr);
 1056       DI = MD->findDirectiveAtLoc(Loc, getSourceManager());
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 1210   return MD->findDirectiveAtLoc(Loc, SM).getMacroInfo();