Home | History | Annotate | Download | only in Sema

Lines Matching defs:Qualifier

2463         NestedNameSpecifier *Qualifier =
2467 BaseType = Context.getElaboratedType(ETK_None, Qualifier, BaseType);
5883 // A constructor shall not be declared with a ref-qualifier.
6047 // A destructor shall not be declared with a ref-qualifier.
6403 /* qualifier */ NestedNameSpecifierLoc(),
6672 NestedNameSpecifier *Qualifier = 0;
6674 Qualifier = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
6686 if ((!Qualifier || Qualifier->getKind() == NestedNameSpecifier::Global) &&
6853 // the qualifier.
7356 /// Checks that the given nested-name qualifier used in a using decl
12214 // cv-qualifier-seq and it shall not appear within the declaration of a
12222 // If the return type came after the cv-qualifier-seq, check it now.
12406 // CUDA B.1.1 "The __device__ qualifier declares a function that is...
12411 // CUDA B.1.2 "The __global__ qualifier declares a function that is...
12413 // CUDA B.1.3 "The __host__ qualifier declares a function that is...