Searched refs:FirstLoc (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 242 SourceLocation FirstLoc; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1176 SourceLocation FirstLoc; in Finish() local 1179 if (FirstLoc.isInvalid() || in Finish() 1181 FirstLoc)) in Finish() 1182 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() 1001 SourceLocation FirstLoc, SecondLoc; in diagnoseMismatch() local 1004 FirstLoc = FirstMessage->getBeginLoc(); in diagnoseMismatch() 1007 FirstLoc = FirstSA->getBeginLoc(); in diagnoseMismatch() 1017 DiagError(FirstLoc, FirstRange, StaticAssertOnlyMessage) in diagnoseMismatch()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 223 SMLoc FirstLoc = getLexer().getLoc(); in parseSectionName() local 250 SectionName = StringRef(FirstLoc.getPointer(), Size); in parseSectionName()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1743 SourceLocation FirstLoc = start->getBeginLoc(); in removePunyEdges() local 1746 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges() 1748 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges() 1749 std::swap(SecondLoc, FirstLoc); in removePunyEdges() 1751 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 2339 unsigned FirstLoc = ~0U; in RescheduleOps() local 2373 if (Loc <= FirstLoc) { in RescheduleOps() 2374 FirstLoc = Loc; in RescheduleOps() 2395 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 549 bool FirstLoc = true; in maybeRecordLocation() local 553 if (!FirstLoc) in maybeRecordLocation() 555 FirstLoc = false; in maybeRecordLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 51 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local 52 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1967 return F->ImportedBy[0]->FirstLoc; in getImportLocation() 3953 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()
|