Searched refs:FirstLoc (Results 1 – 10 of 10) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | AddDiscriminators.cpp | 184 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 D | TokenLexer.cpp | 761 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 D | FileCheck.cpp | 747 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 D | Module.h | 202 SourceLocation FirstLoc; variable
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 949 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 D | ELFAsmParser.cpp | 233 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 D | ARMLoadStoreOptimizer.cpp | 2036 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 D | BugReporter.cpp | 2267 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 D | ParseExprCXX.cpp | 45 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 D | ASTReader.cpp | 1322 return F->ImportedBy[0]->FirstLoc; in getImportLocation() 2934 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()
|