Searched defs:BLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 307 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 560 SourceLocation BLoc = B->getLocStart(); in compare_vd_entries() local
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1138 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3008 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() 3523 AtomicExpr::AtomicExpr(SourceLocation BLoc, Expr **args, unsigned nexpr, in AtomicExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 3322 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr() 3419 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, in VAArgExpr()
|