Home
last modified time | relevance | path

Searched defs:TypeSpec (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DQualifiedAutoCheck.cpp162 if (std::optional<SourceRange> TypeSpec = in check() local
252 if (std::optional<SourceRange> TypeSpec = in check() local
274 if (std::optional<SourceRange> TypeSpec = in check() local
/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h90 TypeSpec, enumerator
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp49 using TypeSpec = std::string; typedef
[all...]
H A DNeonEmitter.cpp117 /// A TypeSpec is just a simple wrapper around a string, but gets its own type class
[all...]
/llvm-project/clang/lib/AST/
H A DType.cpp3169 getKeywordForTypeSpec(unsigned TypeSpec) getKeywordForTypeSpec() argument
3189 getTagTypeKindForTypeSpec(unsigned TypeSpec) getTagTypeKindForTypeSpec() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h757 struct TypeSpec { argument
754 struct TypeSpec { global() struct