Home
last modified time | relevance | path

Searched refs:FirstLoc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h233 SourceLocation FirstLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1156 SourceLocation FirstLoc; in Finish() local
1159 if (FirstLoc.isInvalid() || in Finish()
1161 FirstLoc)) in Finish()
1162 FirstLoc = ExtraLocs[I]; in Finish()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp406 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 DELFAsmParser.cpp247 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 DBugReporter.cpp1714 SourceLocation FirstLoc = start->getBeginLoc(); in removePunyEdges() local
1717 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
1719 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()
1720 std::swap(SecondLoc, FirstLoc); in removePunyEdges()
1722 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2340 unsigned FirstLoc = ~0U; in RescheduleOps() local
2374 if (Loc <= FirstLoc) { in RescheduleOps()
2375 FirstLoc = Loc; in RescheduleOps()
2396 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp547 bool FirstLoc = true; in maybeRecordLocation() local
551 if (!FirstLoc) in maybeRecordLocation()
553 FirstLoc = false; in maybeRecordLocation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp50 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local
51 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1751 return F->ImportedBy[0]->FirstLoc; in getImportLocation()
3650 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()