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

  /external/clang/lib/Parse/
Parser.cpp 381 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags,
392 Parser::ParseScopeFlags::~ParseScopeFlags() {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 801 class ParseScopeFlags {
804 ParseScopeFlags(const ParseScopeFlags &) LLVM_DELETED_FUNCTION;
805 void operator=(const ParseScopeFlags &) LLVM_DELETED_FUNCTION;
808 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
809 ~ParseScopeFlags();
    [all...]

Completed in 32 milliseconds