Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h552 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
554 boundInfo), in ObjCTypeParamDecl()
566 TypeSourceInfo *boundInfo);
/external/clang/lib/AST/
DDeclObjC.cpp1322 TypeSourceInfo *boundInfo) { in Create() argument
1324 nameLoc, name, colonLoc, boundInfo); in Create()