HomeSort by: relevance | last modified time | path
    Searched refs:BLoc (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Edit/
EditedSource.cpp 458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID());
459 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset());
460 assert(BLoc.isFileID());
462 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
463 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp 592 const SourceLocation BLoc = FixIt.RemoveRange.getBegin();
596 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 1329 SourceLocation BLoc = I->RemoveRange.getBegin();
1332 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc);
1341 PresumedLoc PLoc = SM.getPresumedLoc(BLoc);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B);
714 SMRange(BLoc, ELoc));
716 "\"", SMRange(BLoc, ELoc));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 4331 SourceLocation BLoc, SourceLocation RP);
4452 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t,
4455 : Expr(ChooseExprClass, t, VK, OK), BuiltinLoc(BLoc), RParenLoc(RP),
4560 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo,
4563 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) {
4611 SourceLocExpr(const ASTContext &Ctx, IdentKind Type, SourceLocation BLoc,
6177 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 2118 SourceLocation BLoc, SourceLocation RParenLoc,
2122 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) {
4100 QualType Type, SourceLocation BLoc,
4103 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) {
4609 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t,
4612 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op) {
ASTImporter.cpp 6531 auto BLoc = importChecked(Err, E->getBeginLoc());
6540 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), BLoc, RParenLoc,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 7813 CXSourceLocation bloc = clang_getTokenLocation(TU, Tokens[0]); local
7815 *Log << clang_getRange(bloc, eloc);
9135 CXSourceLocation BLoc = clang_getRangeStart(range);
9140 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr);

Completed in 37 milliseconds