Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenAction.cpp468 Loc = FD->getASTContext().getFullLoc(FD->getBodyRBrace()); in EmitOptimizationMessage()
DCGStmt.cpp2190 FinishFunction(CD->getBodyRBrace()); in GenerateCapturedStmtFunction()
DCGObjC.cpp564 FinishFunction(OMD->getBodyRBrace()); in GenerateObjCMethod()
DCGStmtOpenMP.cpp190 FinishFunction(CD->getBodyRBrace()); in GenerateOpenMPCapturedStmtFunction()
/external/clang/include/clang/AST/
DDeclBase.h865 SourceLocation getBodyRBrace() const;
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp658 SourceLocation L = LC->getDecl()->getBodyRBrace(); in createDeclEnd()
/external/clang/lib/AST/
DDeclBase.cpp721 SourceLocation Decl::getBodyRBrace() const { in getBodyRBrace() function in Decl