Searched defs:SourceLoc (Results 1 – 6 of 6) sorted by relevance
180 struct SourceLoc { struct181 uint32_t line = UINT32_MAX;182 uint16_t column;183 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() argument185 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
880 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()901 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec()
41 SourceLocation SourceLoc; variable
295 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
2276 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
2684 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local