Home
last modified time | relevance | path

Searched refs:BLoc (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Edit/
DEditedSource.cpp436 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-project/clang/lib/Edit/
DEditedSource.cpp458 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()
/external/llvm-project/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp288 MemoryLocation BLoc(B, LocationSize::precise(1)); in TEST_F() local
293 EXPECT_EQ(MayAlias, AA.alias(ALoc, BLoc)); in TEST_F()
297 EXPECT_EQ(MayAlias, BatchAA.alias(ALoc, BLoc)); in TEST_F()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp635 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
638 SMRange(BLoc, ELoc)); in parseDirectiveSection()
640 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp592 const SourceLocation BLoc = FixIt.RemoveRange.getBegin(); in ProcessCodeCompleteResults() local
596 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in ProcessCodeCompleteResults()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp713 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
716 SMRange(BLoc, ELoc)); in parseDirectiveSection()
718 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
/external/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp713 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
716 SMRange(BLoc, ELoc)); in parseDirectiveSection()
718 "\"", SMRange(BLoc, ELoc)); in parseDirectiveSection()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1251 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/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp1340 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
1343 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits()
1352 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
/external/clang/include/clang/AST/
DExpr.h3434 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/llvm-project/clang/include/clang/AST/
DExpr.h4329 SourceLocation BLoc, SourceLocation RP);
4450 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr() argument
4453 : Expr(ChooseExprClass, t, VK, OK), BuiltinLoc(BLoc), RParenLoc(RP), in ChooseExpr()
4558 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() argument
4561 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) { in VAArgExpr()
4609 SourceLocExpr(const ASTContext &Ctx, IdentKind Type, SourceLocation BLoc,
6172 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t,
/external/llvm-project/clang/lib/AST/
DExpr.cpp2036 SourceLocation BLoc, SourceLocation RParenLoc, in SourceLocExpr() argument
2040 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) { in SourceLocExpr()
4020 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() argument
4023 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) { in ShuffleVectorExpr()
4533 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, in AtomicExpr() argument
4536 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op) { in AtomicExpr()
/external/clang/lib/AST/
DExpr.cpp3428 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/
DCIndex.cpp7972 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local
7977 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp9083 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local
9088 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()