Searched refs:TypeQual (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 111 MetadataStreamerMsgPackV4::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() argument 113 if (TypeQual.contains("pipe")) in getValueKind() 309 StringRef TypeQual; in emitKernelArg() local 312 TypeQual = cast<MDString>(Node->getOperand(ArgNo))->getString(); in emitKernelArg() 331 getValueKind(ArgTy, TypeQual, BaseTypeName), Offset, Args, in emitKernelArg() 333 AccQual, TypeQual); in emitKernelArg() 340 StringRef ActAccQual, StringRef AccQual, StringRef TypeQual) { in emitKernelArg() argument 370 TypeQual.split(SplitTypeQuals, " ", -1, false); in emitKernelArg()
|
| H A D | AMDGPUHSAMetadataStreamer.h | 84 StringRef getValueKind(Type *Ty, StringRef TypeQual, 116 StringRef AccQual = "", StringRef TypeQual = "");
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 226 [&](DeclSpec::TQ TypeQual, StringRef PrintName, SourceLocation SL) { in getFunction() argument 227 I.Fun.MethodQualifiers->SetTypeQual(TypeQual, SL); in getFunction()
|
| H A D | SemaType.cpp | 5498 [&](DeclSpec::TQ TypeQual, StringRef QualName, in GetFullTypeForDeclarator()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2777 auto DeclSpecCheck = [&](DeclSpec::TQ TypeQual, StringRef FixItName, in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2781 if (!(MQ.getTypeQualifiers() & TypeQual)) { in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2785 MQ.SetTypeQual(TypeQual, SpecLoc); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|