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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp69 auto FirstLoc = First.location(), LastLoc = Last.location(); local
72 while (!FirstLoc.isFileID() && !LastLoc.isFileID()) {
73 auto ExpInfoFirst = SM.getSLocEntry(SM.getFileID(FirstLoc)).getExpansion();
83 FirstLoc = SM.getImmediateSpellingLoc(FirstLoc);
87 Res = {FirstLoc, LastLoc};
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp994 SourceLocation FirstLoc = begin_tokens->getLocation();
995 SourceLocation CurLoc = FirstLoc;
1031 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(),
1037 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
1044 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h216 SourceLocation FirstLoc; member in class:clang::serialization::ModuleFile
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1125 SourceLocation FirstLoc; local
1128 if (FirstLoc.isInvalid() ||
1130 FirstLoc))
1131 FirstLoc = ExtraLocs[I];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp242 SMLoc FirstLoc = getLexer().getLoc(); local
269 SectionName = StringRef(FirstLoc.getPointer(), Size);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1706 SourceLocation FirstLoc = start->getBeginLoc(); local
1709 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc))
1711 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc))
1712 std::swap(SecondLoc, FirstLoc);
1714 SourceRange EdgeRange(FirstLoc, SecondLoc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2277 unsigned FirstLoc = ~0U;
2312 if (Loc <= FirstLoc) {
2313 FirstLoc = Loc;
2334 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp554 bool FirstLoc = true; local
558 if (!FirstLoc)
560 FirstLoc = false;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1618 return F->ImportedBy[0]->FirstLoc;
3394 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset);
9991 SourceLocation FirstLoc;
9995 FirstLoc = FirstTag->getBraceRange().getEnd();
9997 FirstLoc = DR.FirstDecl->getLocation();
10000 Diag(FirstLoc, diag::err_module_odr_violation_mismatch_decl)
10401 SourceLocation FirstLoc, SecondLoc;
10404 FirstLoc = FirstStr->getBeginLoc();
10407 FirstLoc = FirstSA->getBeginLoc();
10417 ODRDiagDeclError(FirstRecord, FirstModule, FirstLoc, FirstRang
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp47 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); local
48 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());

Completed in 338 milliseconds