| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 456 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local 457 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset()); in getSourceText() 458 assert(BLoc.isFileID()); in getSourceText() 460 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() 461 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 701 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local 704 SMRange(BLoc, ELoc)); in parseDirectiveSection() 706 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 699 const SourceLocation BLoc = FixIt.RemoveRange.getBegin(); in ProcessCodeCompleteResults() local 703 FileIDAndOffset BInfo = SM.getDecomposedLoc(BLoc); in ProcessCodeCompleteResults()
|
| H A D | SemaChecking.cpp | 12737 SourceLocation BLoc = BO->getOperatorLoc(); in AnalyzeImplicitConversions() local 12738 SourceLocation ELoc = Lexer::getLocForEndOfToken(BLoc, 0, SM, LO); in AnalyzeImplicitConversions() 12740 clang::CharSourceRange::getTokenRange(BLoc, ELoc), SM, LO); in AnalyzeImplicitConversions()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 1518 SourceLocation BLoc = H.RemoveRange.getBegin(); in emitParseableFixits() local 1521 FileIDAndOffset BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits() 1530 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 4582 SourceLocation BLoc, SourceLocation RP); 4782 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr() argument 4785 : Expr(ChooseExprClass, t, VK, OK), BuiltinLoc(BLoc), RParenLoc(RP) { in ChooseExpr() 4890 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() argument 4893 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr() 4951 QualType ResultTy, SourceLocation BLoc, 6829 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2249 QualType ResultTy, SourceLocation BLoc, in SourceLocExpr() argument 2253 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) { in SourceLocExpr() 4393 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() argument 4396 BuiltinLoc(BLoc), RParenLoc(RP) { in ShuffleVectorExpr() 5059 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, in AtomicExpr() argument 5062 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op) { in AtomicExpr()
|
| H A D | ASTImporter.cpp | 7606 auto BLoc = importChecked(Err, E->getBeginLoc()); in VisitSourceLocExpr() local 7615 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), ToType, BLoc, in VisitSourceLocExpr()
|