Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp1260 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
1269 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); in GenerateBlockFunction()
DCGObjC.cpp2834 DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc()); in EmitObjCAutoreleasePoolStmt()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp639 SourceLocation L = CS->getRBracLoc(); in createEndBrace()
/external/clang/include/clang/AST/
DStmt.h629 SourceLocation getRBracLoc() const { return RBraceLoc; } in getRBracLoc() function
/external/clang/tools/libclang/
DCIndex.cpp5252 *endBuf = SM.getCharacterData(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
5255 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
5256 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp77 Writer.AddSourceLocation(S->getRBracLoc(), Record); in VisitCompoundStmt()
/external/clang/lib/Sema/
DTreeTransform.h5653 S->getRBracLoc(), in TransformCompoundStmt()