Searched defs:BLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 436 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 635 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1251 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3428 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr() 3822 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 3553 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr() 3660 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 7972 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local
|