Home
last modified time | relevance | path

Searched refs:getBodyRBrace (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h879 SourceLocation getBodyRBrace() const;
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp654 SourceLocation L = LC->getDecl()->getBodyRBrace(); in createDeclEnd()
/external/clang/lib/AST/
DDeclBase.cpp764 SourceLocation Decl::getBodyRBrace() const { in getBodyRBrace() function in Decl
/external/clang/lib/CodeGen/
DCGStmt.cpp2254 FinishFunction(CD->getBodyRBrace()); in GenerateCapturedStmtFunction()
DCGObjC.cpp564 FinishFunction(OMD->getBodyRBrace()); in GenerateObjCMethod()
DCGStmtOpenMP.cpp315 FinishFunction(CD->getBodyRBrace()); in GenerateOpenMPCapturedStmtFunction()