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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1551 /// getCXXScopeSpec - Return the C++ scope specifier (global scope or
1553 const CXXScopeSpec &getCXXScopeSpec() const { return SS; } function in class:clang::Declarator
1554 CXXScopeSpec &getCXXScopeSpec() { return SS; } function in class:clang::Declarator

Completed in 68 milliseconds