Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
599 boundInfo), in ObjCTypeParamDecl()
616 TypeSourceInfo *boundInfo);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1480 TypeSourceInfo *boundInfo) { in Create() argument
1483 nameLoc, name, colonLoc, boundInfo); in Create()