Home
last modified time | relevance | path

Searched defs:BLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Edit/
DEditedSource.cpp436 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp635 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1251 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
/external/clang/lib/AST/
DExpr.cpp3428 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr()
3822 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr()
/external/clang/include/clang/AST/
DExpr.h3553 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/
DCIndex.cpp7972 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local