Searched refs:FirstLoc (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 992 SourceLocation FirstLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local 993 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens() 1029 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), in updateConsecutiveMacroArgTokens() 1036 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens() 1043 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs); in updateConsecutiveMacroArgTokens()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 221 SourceLocation FirstLoc; variable
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1137 SourceLocation FirstLoc; in Finish() local 1140 if (FirstLoc.isInvalid() || in Finish() 1142 FirstLoc)) in Finish() 1143 FirstLoc = ExtraLocs[I]; in Finish()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 246 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local 273 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1713 SourceLocation FirstLoc = start->getBeginLoc(); in removePunyEdges() local 1716 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges() 1718 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges() 1719 std::swap(SecondLoc, FirstLoc); in removePunyEdges() 1721 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 2346 unsigned FirstLoc = ~0U; in RescheduleOps() local 2380 if (Loc <= FirstLoc) { in RescheduleOps() 2381 FirstLoc = Loc; in RescheduleOps() 2402 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 545 bool FirstLoc = true; in maybeRecordLocation() local 549 if (!FirstLoc) in maybeRecordLocation() 551 FirstLoc = false; in maybeRecordLocation()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 47 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local 48 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1664 return F->ImportedBy[0]->FirstLoc; in getImportLocation() 3465 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock() 10351 SourceLocation FirstLoc, SecondLoc; in diagnoseOdrViolations() local 10354 FirstLoc = FirstStr->getBeginLoc(); in diagnoseOdrViolations() 10357 FirstLoc = FirstSA->getBeginLoc(); in diagnoseOdrViolations() 10367 ODRDiagDeclError(FirstLoc, FirstRange, StaticAssertOnlyMessage) in diagnoseOdrViolations()
|