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

References

tools/clang/lib/Lex/PPMacroExpansion.cpp
 1494     if (II == Ident__BASE_FILE__ && PLoc.isValid()) {
 1495       SourceLocation NextLoc = PLoc.getIncludeLoc();
 1497         PLoc = SourceMgr.getPresumedLoc(NextLoc);
 1498         if (PLoc.isInvalid())
 1501         NextLoc = PLoc.getIncludeLoc();
 1507     if (PLoc.isValid()) {
 1513         StringRef PLFileName = llvm::sys::path::filename(PLoc.getFilename());
 1517           FN += PLoc.getFilename();
 1519         FN += PLoc.getFilename();