Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DEditedSource.cpp384 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
385 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset()); in getSourceText()
386 assert(BLoc.isFileID()); in getSourceText()
388 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset()); in getSourceText()
389 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1235 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
1238 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits()
1247 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
/external/clang/include/clang/AST/
DExpr.h3449 SourceLocation BLoc, SourceLocation RP);
3568 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr() argument
3579 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) { in ChooseExpr()
3673 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, in VAArgExpr() argument
3682 BuiltinLoc(BLoc), in VAArgExpr()
4780 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t,
/external/clang/lib/AST/
DExpr.cpp3729 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() argument
3735 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) in ShuffleVectorExpr()
4245 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr() argument
4249 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op) in AtomicExpr()
/external/clang/tools/libclang/
DCIndex.cpp7276 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local
7281 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()