/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local 459 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset()); in getSourceText() 460 assert(BLoc.isFileID()); in getSourceText() 462 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() 463 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local 714 SMRange(BLoc, ELoc)); in parseDirectiveSection() 716 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 703 const SourceLocation BLoc = FixIt.RemoveRange.getBegin(); in ProcessCodeCompleteResults() local 707 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in ProcessCodeCompleteResults()
|
H A D | SemaChecking.cpp | 11331 SourceLocation BLoc = BO->getOperatorLoc(); in AnalyzeImplicitConversions() local 11332 SourceLocation ELoc = Lexer::getLocForEndOfToken(BLoc, 0, SM, LO); in AnalyzeImplicitConversions() 11334 clang::CharSourceRange::getTokenRange(BLoc, ELoc), SM, LO); in AnalyzeImplicitConversions()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1521 SourceLocation BLoc = H.RemoveRange.getBegin(); in emitParseableFixits() local 1524 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits() 1533 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4467 SourceLocation BLoc, SourceLocation RP); 4588 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr() argument 4591 : Expr(ChooseExprClass, t, VK, OK), BuiltinLoc(BLoc), RParenLoc(RP), in ChooseExpr() 4696 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() argument 4699 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr() 4757 QualType ResultTy, SourceLocation BLoc, 6641 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2241 QualType ResultTy, SourceLocation BLoc, in SourceLocExpr() argument 2245 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) { in SourceLocExpr() 4366 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() argument 4369 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) { in ShuffleVectorExpr() 4966 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, in AtomicExpr() argument 4969 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op) { in AtomicExpr()
|
H A D | ASTImporter.cpp | 7259 auto BLoc = importChecked(Err, E->getBeginLoc()); in VisitSourceLocExpr() local 7268 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), ToType, BLoc, in VisitSourceLocExpr()
|