Searched defs:TheContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h1444 enum TheContext { enum in class:clang::Declarator
1474 TheContext Context;
1523 Declarator(const DeclSpec &ds, TheContext C)
1559 TheContext getContext() const { return Context; }

Completed in 103 milliseconds