Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h817 SourceLocation getBodyRBrace() const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.cpp649 SourceLocation Decl::getBodyRBrace() const { in getBodyRBrace() function in Decl
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp649 SourceLocation L = LC->getDecl()->getBodyRBrace(); in createDeclEnd()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp1859 FinishFunction(CD->getBodyRBrace()); in GenerateCapturedStmtFunction()
DCGObjC.cpp510 FinishFunction(OMD->getBodyRBrace()); in GenerateObjCMethod()