Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleFile.h228 SourceLocation FirstLoc; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1144 SourceLocation FirstLoc; in Finish() local
1147 if (FirstLoc.isInvalid() || in Finish()
1149 FirstLoc)) in Finish()
1150 FirstLoc = ExtraLocs[I]; in Finish()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp406 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 = FirstStr->getBeginLoc(); in diagnoseMismatch()
1007 FirstLoc = FirstSA->getBeginLoc(); in diagnoseMismatch()
1017 DiagError(FirstLoc, FirstRange, StaticAssertOnlyMessage) in diagnoseMismatch()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp246 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local
273 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1713 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2346 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp543 bool FirstLoc = true; in maybeRecordLocation() local
547 if (!FirstLoc) in maybeRecordLocation()
549 FirstLoc = false; in maybeRecordLocation()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp49 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local
50 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1633 return F->ImportedBy[0]->FirstLoc; in getImportLocation()
3461 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()