Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp592 const SourceLocation BLoc = FixIt.RemoveRange.getBegin(); in ProcessCodeCompleteResults() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp1329 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2118 SourceLocation BLoc, SourceLocation RParenLoc, in SourceLocExpr()
4100 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr()
4609 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, in AtomicExpr()
H A DASTImporter.cpp6531 auto BLoc = importChecked(Err, E->getBeginLoc()); in VisitSourceLocExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4452 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr()
4560 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp9135 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local