Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp643 SourceLocation loc = cs->getLBracLoc(); in CheckVirtualBodies()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp626 SourceLocation L = CS->getLBracLoc(); in createBeginBrace()
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc691 rewriter_.ReplaceText(S->getLBracLoc(), 1, preamble); in rewriteFuncParam()
/external/clang/lib/CodeGen/
DCGStmt.cpp326 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
DCGObjC.cpp3125 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
/external/clang/include/clang/AST/
DStmt.h629 SourceLocation getLBracLoc() const { return LBraceLoc; } in getLBracLoc() function
/external/clang/tools/libclang/
DCIndex.cpp5876 *startBuf = SM.getCharacterData(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
5878 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
5879 *startColumn = SM.getSpellingColumnNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp85 Record.AddSourceLocation(S->getLBracLoc()); in VisitCompoundStmt()
/external/clang/lib/AST/
DASTImporter.cpp4913 SourceLocation ToLBraceLoc = Importer.Import(S->getLBracLoc()); in VisitCompoundStmt()
/external/clang/lib/Sema/
DTreeTransform.h6147 return getDerived().RebuildCompoundStmt(S->getLBracLoc(), in TransformCompoundStmt()