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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 77 QualType Underlying;
86 Underlying = CTy->desugar(); \
99 if (isa<VectorType>(Underlying))
103 if (const TagType *UTT = Underlying->getAs<TagType>())
110 QT = Underlying;
DeclPrinter.cpp 328 std::string Underlying;
329 D->getIntegerType().getAsStringInternal(Underlying, Policy);
330 Out << " : " << Underlying;
  /external/clang/include/clang/AST/
DeclCXX.h 55 /// \brief Retrieve the underlying function or function template.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 25 milliseconds