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

References

tools/clang/lib/Parse/Parser.cpp
 2294   SourceLocation StartLoc = AtLoc.isInvalid() ? Tok.getLocation() : AtLoc;
 2294   SourceLocation StartLoc = AtLoc.isInvalid() ? Tok.getLocation() : AtLoc;
 2299   assert((AtLoc.isInvalid() ? Tok.isOneOf(tok::kw_import, tok::identifier)
 2354   if (IsObjCAtImport && AtLoc.isValid()) {
 2356     auto *FE = SrcMgr.getFileEntryForID(SrcMgr.getFileID(AtLoc));
 2359       Diags.Report(AtLoc, diag::warn_atimport_in_framework_header);