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

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

Completed in 48 milliseconds