HomeSort by: relevance | last modified time | path
    Searched refs:Qualified (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp 126 TL.getTypeLocClass() == TypeLoc::Qualified)
142 while (TL.getTypeLocClass() == TypeLoc::Qualified)
433 // For the qualified template class specification type like
570 // fully-qualified name here for all references whose `DeclContext` is
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp 212 case Qualified:
260 case Qualified:
440 // Qualified types.
ASTDiagnostic.cpp 419 bool Qualified;
421 Qualified = true;
425 Qualified = false;
428 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), Qualified);
DeclTemplate.cpp 936 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);
Decl.cpp 646 // - a non-template variable of non-volatile const-qualified type, unless
1696 // For the case of unscoped enumerator, do not include in the qualified
1712 bool Qualified) const {
1713 if (Qualified)
2373 // const-qualified integral or enumeration type, ...
2884 raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const {
2885 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
parallelism.d 112 T = The type of the pseudo-constant (may be qualified)
3138 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)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 105 /// except it also defines a Qualified enum that corresponds to the
112 Qualified
116 if (getType().hasLocalQualifiers()) return Qualified;
173 /// Skips past any qualifiers, if this is qualified.
903 // A helper class for defining ObjC TypeLocs that can qualified with
DeclTemplate.h 1870 bool Qualified) const override;
2739 bool Qualified) const override;
Decl.h 292 /// Returns a human-readable qualified name for this declaration, like
303 /// Print only the nested name specifier part of a fully-qualified name,
322 bool Qualified) const;
1423 /// pseudo-__strong variable has a __strong-qualified type but does not
2024 bool Qualified) const override;
3306 /// is qualified, it points to the qualifier info (nns and range);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1793 // Cv-qualified references are ill-formed except when the
1797 // There don't appear to be any other contexts in which a cv-qualified
1826 QualType Qualified = S.BuildQualifiedType(Result, DeclLoc, TypeQuals, &DS);
1829 if (Qualified.isNull())
1832 Result = Qualified;
1851 // Ignore any attempt to form a cv-qualified reference.
1858 // object or incomplete types shall not be restrict-qualified."
1898 // Ignore any attempt to form a cv-qualified reference.
1918 // specifier-qualifier-list, the resulting type is the so-qualified
1953 // If the object type is const-qualified, we can safely us
    [all...]

Completed in 58 milliseconds