Home
last modified time | relevance | path

Searched refs:ActOnPureSpecifier (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp49 Actions.ActOnPureSpecifier(FnD, PureSpecLoc); in ParseCXXInlineMethodDef()
H A DParseDeclCXX.cpp2792 Actions.ActOnPureSpecifier(ThisDecl, PureSpecLoc); in ParseCXXClassMemberDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2018 void ActOnPureSpecifier(Decl *D, SourceLocation PureSpecLoc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp14887 void Sema::ActOnPureSpecifier(Decl *D, SourceLocation ZeroLoc) { in ActOnPureSpecifier() function in Sema