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

/external/clang/lib/Edit/
H A DEditedSource.cpp310 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); local
311 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset());
312 assert(BLoc.isFileID());
314 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
315 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
/external/clang/lib/Analysis/
H A DLiveVariables.cpp579 SourceLocation BLoc = B->getLocStart(); local
580 return ALoc.getRawEncoding() < BLoc.getRawEncoding();
/external/clang/lib/AST/
H A DExpr.cpp3395 QualType Type, SourceLocation BLoc,
3401 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size())
3913 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, argument
3917 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op)
3394 ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, QualType Type, SourceLocation BLoc, SourceLocation RP) argument
/external/clang/include/clang/AST/
H A DExpr.h3268 SourceLocation BLoc, SourceLocation RP);
3333 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, argument
3343 BuiltinLoc(BLoc), RParenLoc(RP) {
3430 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, argument
3439 BuiltinLoc(BLoc),
4499 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t,

Completed in 285 milliseconds