Home
last modified time | relevance | path

Searched refs:boundInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h600 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
602 boundInfo), in ObjCTypeParamDecl()
619 TypeSourceInfo *boundInfo);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1445 TypeSourceInfo *boundInfo) { in Create() argument
1448 nameLoc, name, colonLoc, boundInfo); in Create()