Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp373 S.Diag(Compound->getLBracLoc(), in CheckFallThroughForBody()
DTreeTransform.h4893 return getDerived().RebuildCompoundStmt(S->getLBracLoc(), in TransformCompoundStmt()
/external/clang/lib/CodeGen/
DCGStmt.cpp191 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
196 DI->setLocation(S.getLBracLoc()); in EmitCompoundStmt()
DCGObjC.cpp2115 DI->setLocation(S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
/external/clang/include/clang/AST/
DStmt.h513 SourceLocation getLBracLoc() const { return LBracLoc; } in getLBracLoc() function
/external/clang/tools/libclang/
DCIndex.cpp4228 *startBuf = SM.getCharacterData(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
4230 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
4231 *startColumn = SM.getSpellingColumnNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp72 Writer.AddSourceLocation(S->getLBracLoc(), Record); in VisitCompoundStmt()