Searched refs:FirstLoc (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 236 SourceLocation FirstLoc; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1173 SourceLocation FirstLoc; in Finish() local 1176 if (FirstLoc.isInvalid() || in Finish() 1178 FirstLoc)) in Finish() 1179 FirstLoc = ExtraLocs[I]; in Finish()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 406 SourceLocation FirstLoc = *(FirstProtocols.loc_begin() + I); in diagnoseSubMismatchProtocols() local 409 DiagRefProtocolError(FirstLoc, EmptyRange, ProtocolType) in diagnoseSubMismatchProtocols() 1003 SourceLocation FirstLoc, SecondLoc; in diagnoseMismatch() local 1006 FirstLoc = FirstMessage->getBeginLoc(); in diagnoseMismatch() 1009 FirstLoc = FirstSA->getBeginLoc(); in diagnoseMismatch() 1019 DiagError(FirstLoc, FirstRange, StaticAssertOnlyMessage) in diagnoseMismatch()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 247 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local 274 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1726 SourceLocation FirstLoc = start->getBeginLoc(); in removePunyEdges() local 1729 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges() 1731 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges() 1732 std::swap(SecondLoc, FirstLoc); in removePunyEdges() 1734 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 2342 unsigned FirstLoc = ~0U; in RescheduleOps() local 2376 if (Loc <= FirstLoc) { in RescheduleOps() 2377 FirstLoc = Loc; in RescheduleOps() 2398 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 547 bool FirstLoc = true; in maybeRecordLocation() 551 if (!FirstLoc) in maybeRecordLocation() 553 FirstLoc = false; in maybeRecordLocation() 543 bool FirstLoc = true; maybeRecordLocation() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 52 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local 53 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1790 return F->ImportedBy[0]->FirstLoc; in getImportLocation() 3673 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()
|