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() function
865 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()881 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec()
61 SourceLocation SourceLoc; global() variable
296 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
2314 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
2755 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local