Home
last modified time | relevance | path

Searched refs:getLBracLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDRangeSelector.cpp273 return CharSourceRange::getCharRange(CS.getLBracLoc().getLocWithOffset(1), in getStatementsRange()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDPathDiagnostic.cpp633 SourceLocation L = CS->getLBracLoc(); in createBeginBrace()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDBuildTree.cpp793 Builder.markChildToken(S->getLBracLoc(), NodeRole::OpenParen); in WalkUpFromCompoundStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp504 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
HDCGObjC.cpp3649 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
HDCGStmtOpenMP.cpp1876 CGF.getContext().getSourceManager(), CS->getLBracLoc(), in emitBody()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1743 SourceLocation getLBracLoc() const { return LBraceLoc; } in getLBracLoc() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp148 Record.AddSourceLocation(S->getLBracLoc()); in VisitCompoundStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp6850 ExpectedSLoc ToLBracLocOrErr = import(S->getLBracLoc()); in VisitCompoundStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h7853 return getDerived().RebuildCompoundStmt(S->getLBracLoc(), in TransformCompoundStmt()