Searched refs:Qualified (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp126 TL.getTypeLocClass() == TypeLoc::Qualified)
142 while (TL.getTypeLocClass() == TypeLoc::Qualified)
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp212 case Qualified:
260 case Qualified:
440 // Qualified types.
H A DASTDiagnostic.cpp419 bool Qualified; local
421 Qualified = true;
425 Qualified = false;
428 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), Qualified);
H A DDeclTemplate.cpp936 raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const {
937 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified);
1287 raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const {
1288 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified);
H A DDecl.cpp1712 bool Qualified) const {
1713 if (Qualified)
2884 raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const {
2885 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d2900 ref opIndex(this Qualified)(size_t index)
2904 return *(cast(CopyTypeQualifiers!(Qualified, T)*) (data + elemSize * index));
2927 ref get(this Qualified)() @property
3007 ref front(this Qualified)() @property
3012 ref back(this Qualified)() @property
3039 ref opIndex(this Qualified)(size_t index)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d3138 ref opIndex(this Qualified)(size_t index)
3142 return *(cast(CopyTypeQualifiers!(Qualified, T)*) (data + elemSize * index));
3165 ref get(this Qualified)() @property
3245 ref front(this Qualified)() @property
3250 ref back(this Qualified)() @property
3277 ref opIndex(this Qualified)(size_t index)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h105 /// except it also defines a Qualified enum that corresponds to the
112 Qualified enumerator in enum:clang::TypeLoc::TypeLocClass
116 if (getType().hasLocalQualifiers()) return Qualified;
H A DDeclTemplate.h1870 bool Qualified) const override;
2739 bool Qualified) const override;
H A DDecl.h322 bool Qualified) const;
2024 bool Qualified) const override;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1826 QualType Qualified = S.BuildQualifiedType(Result, DeclLoc, TypeQuals, &DS); local
1829 if (Qualified.isNull())
1832 Result = Qualified;

Completed in 304 milliseconds