Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3048 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() function in TypeWithKeyword
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5807 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1612 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()