Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3110 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() function in TypeWithKeyword
/src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6721 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1210 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()