Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2333 type_object_range type_objects() const { in type_objects() function
2531 for (const auto &Chunk : type_objects()) in hasTrailingReturnType()
2540 for (const auto &Chunk : type_objects()) in getTrailingReturnType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4002 for (auto &C : D.type_objects()) { in warnAboutRedundantParens()
5817 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp11188 for (auto &Chunk : D.type_objects()) { in CheckConversionDeclarator()
11516 for (const DeclaratorChunk &Chunk : llvm::reverse(D.type_objects())) { in CheckDeductionGuideDeclarator()