Searched refs:PureSpecLoc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp27 SourceLocation PureSpecLoc) {
47 if (PureSpecLoc.isValid())
48 Actions.ActOnPureSpecifier(FnD, PureSpecLoc);
24 ParseCXXInlineMethodDef( AccessSpecifier AS, ParsedAttributes &AccessAttrs, ParsingDeclarator &D, const ParsedTemplateInfo &TemplateInfo, const VirtSpecifiers &VS, SourceLocation PureSpecLoc) argument
H A DParseDeclCXX.cpp2697 SourceLocation PureSpecLoc; local
2716 PureSpecLoc = ConsumeToken();
2797 VS, PureSpecLoc);
2824 if (Tok.isOneOf(tok::equal, tok::l_brace) && PureSpecLoc.isInvalid()) {
2896 if (ThisDecl && PureSpecLoc.isValid())
2897 Actions.ActOnPureSpecifier(ThisDecl, PureSpecLoc);
2975 EqualLoc = PureSpecLoc = SourceLocation();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1546 SourceLocation PureSpecLoc);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2767 void ActOnPureSpecifier(Decl *D, SourceLocation PureSpecLoc);

Completed in 294 milliseconds