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.h2411 type_object_range type_objects() const { in type_objects() function
2609 for (const auto &Chunk : type_objects()) in hasTrailingReturnType()
2618 for (const auto &Chunk : type_objects()) in getTrailingReturnType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3536 for (auto &C : D.type_objects()) { in warnAboutRedundantParens()
5385 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp11081 for (auto &Chunk : D.type_objects()) { in CheckConversionDeclarator()
11429 for (const DeclaratorChunk &Chunk : llvm::reverse(D.type_objects())) { in CheckDeductionGuideDeclarator()