Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp792 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S, in ActOnCXXNestedNameSpecifier() function in Sema
855 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S, in ActOnCXXNestedNameSpecifier() function in Sema
/external/clang/lib/Parse/
DParseExprCXX.cpp399 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), in ParseOptionalCXXScopeSpecifier()
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc, in ParseOptionalCXXScopeSpecifier()
/external/clang/include/clang/Sema/
DSema.h4623 bool ActOnCXXNestedNameSpecifier(Scope *S,
4669 bool ActOnCXXNestedNameSpecifier(Scope *S,
/external/clang/docs/
DInternalsManual.rst689 ``Sema::ActOnCXXNestedNameSpecifier`` callbacks.