HomeSort by: relevance | last modified time | path
    Searched refs:PureSpecLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 27 SourceLocation PureSpecLoc) {
47 if (PureSpecLoc.isValid())
48 Actions.ActOnPureSpecifier(FnD, PureSpecLoc);
ParseDeclCXX.cpp 2697 SourceLocation PureSpecLoc;
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();
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1546 SourceLocation PureSpecLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2767 void ActOnPureSpecifier(Decl *D, SourceLocation PureSpecLoc);

Completed in 85 milliseconds