Home
last modified time | relevance | path

Searched refs:TypeScope (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h384 CXXScopeSpec TypeScope; variable
522 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope()
523 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope()