Home
last modified time | relevance | path

Searched refs:type_objects (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2250 type_object_range type_objects() const { in type_objects() function
2446 for (const auto &Chunk : type_objects()) in hasTrailingReturnType()
2455 for (const auto &Chunk : type_objects()) in getTrailingReturnType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp3695 for (auto &C : D.type_objects()) { in warnAboutRedundantParens()
5438 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp10514 for (auto &Chunk : D.type_objects()) { in CheckConversionDeclarator()
10744 for (const DeclaratorChunk &Chunk : llvm::reverse(D.type_objects())) { in CheckDeductionGuideDeclarator()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7142 for (auto &Chunk : D.type_objects()) { in CheckConversionDeclarator()