Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp184 DebugLoc FirstLoc = First->getDebugLoc(); in runOnFunction() local
185 if (FirstLoc.isUnknown()) continue; in runOnFunction()
186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx)); in runOnFunction()
208 if (I1->getDebugLoc() != FirstLoc) break; in runOnFunction()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp761 SourceLocation FirstLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local
762 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens()
794 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), in updateConsecutiveMacroArgTokens()
800 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens()
807 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs); in updateConsecutiveMacroArgTokens()
/minix3/external/bsd/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp747 size_t FirstLoc = StringRef::npos; in FindFirstCandidateMatch() local
771 if (PrefixLoc > FirstLoc) in FindFirstCandidateMatch()
775 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size()) in FindFirstCandidateMatch()
787 FirstLoc = PrefixLoc; in FindFirstCandidateMatch()
798 CheckLoc = FirstLoc; in FindFirstCandidateMatch()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DModule.h202 SourceLocation FirstLoc; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp949 SourceLocation FirstLoc; in Finish() local
952 if (FirstLoc.isInvalid() || in Finish()
954 FirstLoc)) in Finish()
955 FirstLoc = ExtraLocs[I]; in Finish()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp233 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local
260 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2036 unsigned FirstLoc = ~0U; in RescheduleOps() local
2047 if (Loc <= FirstLoc) { in RescheduleOps()
2048 FirstLoc = Loc; in RescheduleOps()
2086 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2267 SourceLocation FirstLoc = start->getLocStart(); in removePunyEdges() local
2270 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
2272 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()
2273 std::swap(SecondLoc, FirstLoc); in removePunyEdges()
2275 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local
46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1322 return F->ImportedBy[0]->FirstLoc; in getImportLocation()
2934 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()