Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp286 MemoryLocation BLoc(B, LocationSize::precise(1)); in TEST_F() local
/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp703 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in ProcessCodeCompleteResults() local
H A DSemaChecking.cpp11327 SourceLocation BLoc = BO->getOperatorLoc(); AnalyzeImplicitConversions() local
/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1521 SourceLocation BLoc = H.RemoveRange.getBegin(); in emitParseableFixits() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp2241 SourceLocExpr(const ASTContext & Ctx,SourceLocIdentKind Kind,QualType ResultTy,SourceLocation BLoc,SourceLocation RParenLoc,DeclContext * ParentContext) SourceLocExpr() argument
4366 ShuffleVectorExpr(const ASTContext & C,ArrayRef<Expr * > args,QualType Type,SourceLocation BLoc,SourceLocation RP) ShuffleVectorExpr() argument
4966 AtomicExpr(SourceLocation BLoc,ArrayRef<Expr * > args,QualType t,AtomicOp op,SourceLocation RP) AtomicExpr() argument
H A DASTImporter.cpp7254 auto BLoc = importChecked(Err, E->getBeginLoc()); VisitSourceLocExpr() local
/llvm-project/clang/include/clang/AST/
H A DExpr.h4569 ChooseExpr(SourceLocation BLoc,Expr * cond,Expr * lhs,Expr * rhs,QualType t,ExprValueKind VK,ExprObjectKind OK,SourceLocation RP,bool condIsTrue) ChooseExpr() argument
4677 VAArgExpr(SourceLocation BLoc,Expr * e,TypeSourceInfo * TInfo,SourceLocation RPLoc,QualType t,bool IsMS) VAArgExpr() argument
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2376 auto &BLoc = TEST() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp9766 CXSourceLocation BLoc = clang_getRangeStart(range); operator <<() local