Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h379 CXXScopeSpec TypeScope; variable
504 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope()
505 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope()