Searched refs:FirstLoc (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 228 SourceLocation FirstLoc; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1144 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 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 = 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 D | ELFAsmParser.cpp | 246 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 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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 543 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 D | ParseExprCXX.cpp | 49 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 D | ASTReader.cpp | 1633 return F->ImportedBy[0]->FirstLoc; in getImportLocation() 3461 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()
|