Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp630 SourceLocation L = CS->getLBracLoc(); in createBeginBrace()
/external/clang/lib/CodeGen/
DCGStmt.cpp296 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
DCGObjC.cpp2858 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
/external/clang/include/clang/AST/
DStmt.h617 SourceLocation getLBracLoc() const { return LBraceLoc; } in getLBracLoc() function
/external/clang/tools/libclang/
DCIndex.cpp5506 *startBuf = SM.getCharacterData(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
5508 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
5509 *startColumn = SM.getSpellingColumnNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp76 Writer.AddSourceLocation(S->getLBracLoc(), Record); in VisitCompoundStmt()
/external/clang/lib/AST/
DASTImporter.cpp4623 SourceLocation ToLBraceLoc = Importer.Import(S->getLBracLoc()); in VisitCompoundStmt()
/external/clang/lib/Sema/
DTreeTransform.h5983 return getDerived().RebuildCompoundStmt(S->getLBracLoc(), in TransformCompoundStmt()