Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp660 SourceLocation L = LC->getDecl()->getBodyRBrace(); in createDeclEnd()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1086 SourceLocation getBodyRBrace() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1068 SourceLocation Decl::getBodyRBrace() const { in getBodyRBrace() function in Decl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3201 FinishFunction(CD->getBodyRBrace()); in GenerateCapturedStmtFunction()
H A DCGObjC.cpp813 FinishFunction(OMD->getBodyRBrace()); in GenerateObjCMethod()
H A DCGStmtOpenMP.cpp672 FinishFunction(CD->getBodyRBrace()); in GenerateOpenMPCapturedStmtFunction()