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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1018 /// getBodyRBrace - Gets the right brace of the body, if a body exists.
1020 SourceLocation getBodyRBrace() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp645 SourceLocation L = LC->getDecl()->getBodyRBrace();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp947 SourceLocation Decl::getBodyRBrace() const { function in class:Decl
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2504 FinishFunction(CD->getBodyRBrace());
H A DCGObjC.cpp739 FinishFunction(OMD->getBodyRBrace());
H A DCGStmtOpenMP.cpp617 FinishFunction(CD->getBodyRBrace());

Completed in 211 milliseconds