Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DEditedSource.cpp384 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1235 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
/external/clang/lib/AST/
DExpr.cpp3729 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr()
4245 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr()
/external/clang/include/clang/AST/
DExpr.h3568 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr()
3673 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, in VAArgExpr()
/external/clang/tools/libclang/
DCIndex.cpp7276 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local