Searched refs:getRBracLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp541 S.Diag(Compound->getRBracLoc(),
544 S.Diag(Compound->getRBracLoc(),
549 S.Diag(Compound->getRBracLoc(),
552 S.Diag(Compound->getRBracLoc(),
H A DTreeTransform.h5416 S->getRBracLoc(),
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1235 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc());
1244 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc());
H A DCGObjC.cpp2845 DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc());
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp636 SourceLocation L = CS->getRBracLoc();
/external/clang/tools/libclang/
H A DCIndex.cpp4991 *endBuf = SM.getCharacterData(Body->getRBracLoc());
4994 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc());
4995 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc());
/external/clang/include/clang/AST/
H A DStmt.h622 SourceLocation getRBracLoc() const { return RBracLoc; } function in class:clang::CompoundStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp77 Writer.AddSourceLocation(S->getRBracLoc(), Record);

Completed in 129 milliseconds