HomeSort by relevance Sort by last modified time
    Searched refs:ParseScopeFlags (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Parse/
Parser.h 710 class ParseScopeFlags {
713 ParseScopeFlags(const ParseScopeFlags &) LLVM_DELETED_FUNCTION;
714 void operator=(const ParseScopeFlags &) LLVM_DELETED_FUNCTION;
717 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
718 ~ParseScopeFlags();
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 395 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags,
406 Parser::ParseScopeFlags::~ParseScopeFlags() {
    [all...]
ParseCXXInlineMethods.cpp 492 ParseScopeFlags ClassScopeFlags(this, ScopeFlags, AlreadyHasClassScope);
ParseDecl.cpp     [all...]

Completed in 1081 milliseconds