Home
last modified time | relevance | path

Searched defs:getTypeSpecScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h499 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope() function
500 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope() function
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h503 CXXScopeSpec &getTypeSpecScope() { return TypeScope; } in getTypeSpecScope() function
504 const CXXScopeSpec &getTypeSpecScope() const { return TypeScope; } in getTypeSpecScope() function