Searched defs:typeArg (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 277 ParsedAttr(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,ParsedType typeArg,Form formUsed,SourceLocation ellipsisLoc) ParsedAttr() argument 786 createTypeAttribute(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,ParsedType typeArg,ParsedAttr::Form formUsed,SourceLocation ellipsisLoc) createTypeAttribute() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1738 if (typeArg) { in parseObjCTypeArgsOrProtocolQualifiers() local 1777 TypeResult typeArg = ParseTypeName(); parseObjCTypeArgsOrProtocolQualifiers() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 770 for (auto typeArg : typeArgs) { ObjCObjectType() local 1229 for (auto typeArg : T->getTypeArgsAsWritten()) { VisitObjCObjectType() local 1417 for (auto typeArg : objcObjectType->getTypeArgsAsWritten()) { VisitObjCObjectType() local 4141 for (auto typeArg : typeArgs) Profile() local [all...] |
H A D | TypePrinter.cpp | 1970 for (auto typeArg : T->getTypeArgsAsWritten()) { printObjCObjectBefore() local
|
H A D | ItaniumMangle.cpp | 4231 for (auto typeArg : T->getTypeArgs()) mangleType() local
|
H A D | ASTContext.cpp | 5328 for (auto typeArg : effectiveTypeArgs) getObjCObjectType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 896 QualType typeArg = typeArgInfo->getType(); applyObjCTypeArgs() local
|