Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2414 type_object_range type_objects() const { in type_objects() function
2612 for (const auto &Chunk : type_objects()) in hasTrailingReturnType()
2621 for (const auto &Chunk : type_objects()) in getTrailingReturnType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3593 for (auto &C : D.type_objects()) { in warnAboutRedundantParens()
5425 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp11323 for (auto &Chunk : D.type_objects()) { in CheckConversionDeclarator()
11670 for (const DeclaratorChunk &Chunk : llvm::reverse(D.type_objects())) { in CheckDeductionGuideDeclarator()