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

/external/clang/include/clang/AST/
H A DDeclBase.h877 /// getBodyRBrace - Gets the right brace of the body, if a body exists.
879 SourceLocation getBodyRBrace() const;
/external/clang/lib/AST/
H A DDeclBase.cpp764 SourceLocation Decl::getBodyRBrace() const { function in class:Decl
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp654 SourceLocation L = LC->getDecl()->getBodyRBrace();
/external/clang/lib/CodeGen/
H A DCGStmt.cpp2254 FinishFunction(CD->getBodyRBrace());
H A DCGObjC.cpp564 FinishFunction(OMD->getBodyRBrace());
H A DCGStmtOpenMP.cpp315 FinishFunction(CD->getBodyRBrace());

Completed in 813 milliseconds