Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1482 Actions.SetFunctionBodyKind(Res, KWLoc, BodyKind, DeletedMessage); in ParseFunctionDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6002 void SetFunctionBodyKind(Decl *D, SourceLocation Loc, FnBodyKind BodyKind,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18083 void Sema::SetFunctionBodyKind(Decl *D, SourceLocation Loc, FnBodyKind BodyKind, in SetFunctionBodyKind() function in Sema