Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp703 const SourceLocation BLoc = FixIt.RemoveRange.getBegin(); in ProcessCodeCompleteResults() local
H A DSemaChecking.cpp11331 SourceLocation BLoc = BO->getOperatorLoc(); in AnalyzeImplicitConversions() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1521 SourceLocation BLoc = H.RemoveRange.getBegin(); in emitParseableFixits() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2241 QualType ResultTy, SourceLocation BLoc, in SourceLocExpr()
4366 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr()
4966 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, in AtomicExpr()
H A DASTImporter.cpp7259 auto BLoc = importChecked(Err, E->getBeginLoc()); in VisitSourceLocExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4588 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr()
4696 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()