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, llvm::Optional<uint16_t> c) in SourceLoc() argument186 SourceLoc(const SymbolContext &sc) in SourceLoc() function
40 LocationMetadata SourceLoc; member
868 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()890 SourceLocation SourceLoc) { in CheckParamExceptionSpec()
61 SourceLocation SourceLoc; variable
1832 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
2451 Constant *SourceLoc; in InstrumentGlobals() local