Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Edit/
H A DEditedSource.cpp436 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText() local
/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp635 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
/aosp_15_r20/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp1251 SourceLocation BLoc = I->RemoveRange.getBegin(); in emitParseableFixits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp713 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() local
/aosp_15_r20/external/clang/lib/AST/
H A DExpr.cpp3428 QualType Type, SourceLocation BLoc, in ShuffleVectorExpr()
3822 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr()
/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h3553 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr()
3660 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h4586 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr()
4694 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h4564 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr()
4672 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h4558 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr()
4666 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h4558 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr()
4666 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr()
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp7972 CXSourceLocation BLoc = clang_getRangeStart(range); in operator <<() local