Searched refs:BLoc (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 436 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local 437 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset()); in getSourceText() 438 assert(BLoc.isFileID()); in getSourceText() 440 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText() 441 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 635 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local 638 SMRange(BLoc, ELoc)); in parseDirectiveSection() 640 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 709 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local 712 SMRange(BLoc, ELoc)); in parseDirectiveSection() 714 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1251 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local 1254 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits() 1263 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 3434 SourceLocation BLoc, SourceLocation RP); 3553 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr() argument 3564 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) { in ChooseExpr() 3660 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() argument 3667 Val(e), TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) {} in VAArgExpr() 4824 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t,
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3428 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() argument 3434 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) in ShuffleVectorExpr() 3822 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr() argument 3826 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op) in AtomicExpr()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 7972 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local 7977 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()
|