Searched defs:BLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 376 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 591 SourceLocation BLoc = B->getLocStart(); in compare_vd_entries() local
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1239 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3517 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() 4042 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 3441 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr() 3536 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, in VAArgExpr()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 6434 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local
|