Searched defs:BLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Edit/
H A DEditedSource.cpp376 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); local
377 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset());
378 assert(BLoc.isFileID());
380 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
381 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
/external/clang/lib/AST/
H A DExpr.cpp3635 QualType Type, SourceLocation BLoc,
3641 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size())
4151 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, argument
4155 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op)
3634 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type, SourceLocation BLoc, SourceLocation RP) argument
/external/clang/include/clang/AST/
H A DExpr.h3445 SourceLocation BLoc, SourceLocation RP);
3564 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, argument
3575 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) {
3669 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, argument
3678 BuiltinLoc(BLoc),
4765 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t,

Completed in 101 milliseconds