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 681 class ParseScopeFlags {
684 ParseScopeFlags(const ParseScopeFlags &) LLVM_DELETED_FUNCTION;
685 void operator=(const ParseScopeFlags &) LLVM_DELETED_FUNCTION;
688 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
689 ~ParseScopeFlags();
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 373 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags,
384 Parser::ParseScopeFlags::~ParseScopeFlags() {
    [all...]
ParseCXXInlineMethods.cpp 476 ParseScopeFlags ClassScopeFlags(this, ScopeFlags, AlreadyHasClassScope);
ParseDecl.cpp 886 ParseScopeFlags ClassScopeFlags(this, ScopeFlags, AlreadyHasClassScope);
    [all...]

Completed in 42 milliseconds