Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp703 const SourceLocation BLoc = FixIt.RemoveRange.getBegin(); in ProcessCodeCompleteResults() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1328 SourceLocation BLoc = H.RemoveRange.getBegin(); emitParseableFixits() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2216 SourceLocExpr(const ASTContext & Ctx,SourceLocIdentKind Kind,QualType ResultTy,SourceLocation BLoc,SourceLocation RParenLoc,DeclContext * ParentContext) SourceLocExpr() argument
4284 ShuffleVectorExpr(const ASTContext & C,ArrayRef<Expr * > args,QualType Type,SourceLocation BLoc,SourceLocation RP) ShuffleVectorExpr() argument
4875 AtomicExpr(SourceLocation BLoc,ArrayRef<Expr * > args,QualType t,AtomicOp op,SourceLocation RP) AtomicExpr() argument
H A DASTImporter.cpp7157 auto BLoc = importChecked(Err, E->getBeginLoc()); VisitSourceLocExpr() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4535 ChooseExpr(SourceLocation BLoc,Expr * cond,Expr * lhs,Expr * rhs,QualType t,ExprValueKind VK,ExprObjectKind OK,SourceLocation RP,bool condIsTrue) ChooseExpr() argument
4643 VAArgExpr(SourceLocation BLoc,Expr * e,TypeSourceInfo * TInfo,SourceLocation RPLoc,QualType t,bool IsMS) VAArgExpr() argument