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.cpp1406 Actions.SetFunctionBodyKind(Res, KWLoc, BodyKind, DeletedMessage); in ParseFunctionDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6424 void SetFunctionBodyKind(Decl *D, SourceLocation Loc, FnBodyKind BodyKind,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18620 void Sema::SetFunctionBodyKind(Decl *D, SourceLocation Loc, FnBodyKind BodyKind, in SetFunctionBodyKind() function in Sema