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

References

tools/clang/include/clang/Lex/Preprocessor.h
 1931     return DATELoc != SourceLocation() || TIMELoc != SourceLocation();
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1527     if (!DATELoc.isValid())
 1528       ComputeDATE_TIME(DATELoc, TIMELoc, *this);
 1531     Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(),
 1538       ComputeDATE_TIME(DATELoc, TIMELoc, *this);