Searched refs:FirstLoc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 955 SourceLocation FirstLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local 956 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens() 992 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), in updateConsecutiveMacroArgTokens() 998 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens() 1005 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs); in updateConsecutiveMacroArgTokens()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | Module.h | 208 SourceLocation FirstLoc; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1052 SourceLocation FirstLoc; in Finish() local 1055 if (FirstLoc.isInvalid() || in Finish() 1057 FirstLoc)) in Finish() 1058 FirstLoc = ExtraLocs[I]; in Finish()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 243 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local 270 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1631 SourceLocation FirstLoc = start->getBeginLoc(); in removePunyEdges() local 1634 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges() 1636 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges() 1637 std::swap(SecondLoc, FirstLoc); in removePunyEdges() 1639 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 2201 unsigned FirstLoc = ~0U; in RescheduleOps() local 2236 if (Loc <= FirstLoc) { in RescheduleOps() 2237 FirstLoc = Loc; in RescheduleOps() 2258 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 495 bool FirstLoc = true; in maybeRecordLocation() local 499 if (!FirstLoc) in maybeRecordLocation() 501 FirstLoc = false; in maybeRecordLocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1538 return F->ImportedBy[0]->FirstLoc; in getImportLocation() 3114 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock() 10075 SourceLocation FirstLoc; in diagnoseOdrViolations() local 10078 FirstLoc = FirstRecord->getBraceRange().getEnd(); in diagnoseOdrViolations() 10080 FirstLoc = FirstIt->first->getLocation(); in diagnoseOdrViolations() 10083 Diag(FirstLoc, diag::err_module_odr_violation_mismatch_decl) in diagnoseOdrViolations() 10197 SourceLocation FirstLoc, SecondLoc; in diagnoseOdrViolations() local 10200 FirstLoc = FirstStr->getBeginLoc(); in diagnoseOdrViolations() 10203 FirstLoc = FirstSA->getBeginLoc(); in diagnoseOdrViolations() 10213 ODRDiagError(FirstLoc, FirstRange, StaticAssertOnlyMessage) in diagnoseOdrViolations()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local 46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
|