Searched defs:BLoc (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 703 const SourceLocation BLoc = FixIt.RemoveRange.getBegin(); in ProcessCodeCompleteResults() local
|
H A D | SemaChecking.cpp | 11331 SourceLocation BLoc = BO->getOperatorLoc(); in AnalyzeImplicitConversions() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1521 SourceLocation BLoc = H.RemoveRange.getBegin(); in emitParseableFixits() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2241 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 D | ASTImporter.cpp | 7259 auto BLoc = importChecked(Err, E->getBeginLoc()); in VisitSourceLocExpr() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4588 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr() 4696 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()
|