Home
last modified time | relevance | path

Searched refs:SetFunctionBodyKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp1482 Actions.SetFunctionBodyKind(Res, KWLoc, BodyKind, DeletedMessage); in ParseFunctionDefinition()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6002 void SetFunctionBodyKind(Decl *D, SourceLocation Loc, FnBodyKind BodyKind,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp18083 void Sema::SetFunctionBodyKind(Decl *D, SourceLocation Loc, FnBodyKind BodyKind, in SetFunctionBodyKind() function in Sema