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

  /external/clang/include/clang/AST/
TypeLoc.h 71 /// except it also defines a Qualified enum that corresponds to the
78 Qualified
88 if (getType().hasLocalQualifiers()) return Qualified;
142 /// \brief Skips past any qualifiers, if this is qualified.
768 // A helper class for defining ObjC TypeLocs that can qualified with
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 308 bool Qualified;
310 Qualified = true;
314 Qualified = false;
317 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), Qualified);
    [all...]

Completed in 37 milliseconds