Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp382 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp1235 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp3707 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 DExpr.h3576 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 DCIndex.cpp7212 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local