/llvm-project/llvm/unittests/Analysis/ |
H A D | AliasAnalysisTest.cpp | 286 MemoryLocation BLoc(B, LocationSize::precise(1)); in TEST_F() local
|
/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
|
/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 703 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in ProcessCodeCompleteResults() local
|
H A D | SemaChecking.cpp | 11327 SourceLocation BLoc = BO->getOperatorLoc(); AnalyzeImplicitConversions() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1521 SourceLocation BLoc = H.RemoveRange.getBegin(); in emitParseableFixits() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2241 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 D | ASTImporter.cpp | 7254 auto BLoc = importChecked(Err, E->getBeginLoc()); VisitSourceLocExpr() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4569 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 D | TransferTest.cpp | 2376 auto &BLoc = TEST() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 9766 CXSourceLocation BLoc = clang_getRangeStart(range); operator <<() local
|