Home
last modified time | relevance | path

Searched refs:getRBracLoc (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DDeleteNullPointerCheck.cpp76 CharSourceRange::getTokenRange(Compound->getRBracLoc())); in check()
DElseAfterReturnCheck.cpp130 SourceLocation RBrace = CS->getRBracLoc(); in removeElseAndBrackets()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DPopulateSwitch.cpp185 SourceLocation Loc = Body->getRBracLoc(); in apply()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseEqualsDefaultCheck.cpp208 Body->getRBracLoc()), in bodyEmpty()
/external/llvm-project/clang/lib/Tooling/Transformer/
DRangeSelector.cpp270 CS.getRBracLoc()); in getStatementsRange()
/external/clang/lib/CodeGen/
DCGBlocks.cpp1282 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
1291 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
DCGObjC.cpp3141 DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc()); in EmitObjCAutoreleasePoolStmt()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp633 SourceLocation L = CS->getRBracLoc(); in createEndBrace()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp640 SourceLocation L = CS->getRBracLoc(); in createEndBrace()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp1598 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
1607 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
DCGObjC.cpp3587 DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc()); in EmitObjCAutoreleasePoolStmt()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp789 Builder.markChildToken(S->getRBracLoc(), NodeRole::CloseParen); in WalkUpFromCompoundStmt()
/external/clang/include/clang/AST/
DStmt.h630 SourceLocation getRBracLoc() const { return RBraceLoc; } in getRBracLoc() function
/external/clang/tools/libclang/
DCIndex.cpp5877 *endBuf = SM.getCharacterData(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
5880 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
5881 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
/external/llvm-project/clang/include/clang/AST/
DStmt.h1506 SourceLocation getRBracLoc() const { return RBraceLoc; } in getRBracLoc() function
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6658 *endBuf = SM.getCharacterData(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
6661 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
6662 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp87 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp86 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt()
/external/clang/lib/AST/
DASTImporter.cpp4914 SourceLocation ToRBraceLoc = Importer.Import(S->getRBracLoc()); in VisitCompoundStmt()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp6051 ExpectedSLoc ToRBracLocOrErr = import(S->getRBracLoc()); in VisitCompoundStmt()
/external/clang/lib/Sema/
DTreeTransform.h6149 S->getRBracLoc(), in TransformCompoundStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7127 S->getRBracLoc(), in TransformCompoundStmt()