Searched defs:SourceLoc (Results 1 – 6 of 6) sorted by relevance
185 struct SourceLoc { struct186 uint32_t line = UINT32_MAX;187 uint16_t column;188 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() argument190 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
866 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()882 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec()
61 SourceLocation SourceLoc; global() variable
2354 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
1884 MemoryLocation SourceLoc = MemoryLocation::getForSource(M); in isMemMoveMemSetDependency() local
2822 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local