HomeSort by relevance Sort by last modified time
    Searched defs:Qualified (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ASTDiagnostic.cpp 272 bool Qualified;
274 Qualified = true;
278 Qualified = false;
281 ND->getNameForDiagnostic(S, Context.getPrintingPolicy(), Qualified);
  /external/clang/include/clang/AST/
TypeLoc.h 48 /// except it also defines a Qualified enum that corresponds to the
55 Qualified
65 if (getType().hasLocalQualifiers()) return Qualified;
119 /// \brief Skips past any qualifiers, if this is qualified.
751 // A helper class for defining ObjC TypeLocs that can qualified with
    [all...]

Completed in 27 milliseconds