Searched defs:SourceLoc (Results 1 – 6 of 6) sorted by relevance
181 struct SourceLoc { struct182 uint32_t line = UINT32_MAX;183 uint16_t column;184 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() function186 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
874 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()896 SourceLocation SourceLoc) { in CheckParamExceptionSpec()
251 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
61 SourceLocation SourceLoc; variable
2178 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
2510 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local