Searched defs:BLoc (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Edit/ |
H A D | EditedSource.cpp | 382 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1235 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 3707 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() 4223 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 3576 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr() 3681 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, in VAArgExpr()
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 7212 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local
|