Searched refs:boundInfo (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 552 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument 554 boundInfo), in ObjCTypeParamDecl() 566 TypeSourceInfo *boundInfo);
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument 599 boundInfo), in ObjCTypeParamDecl() 616 TypeSourceInfo *boundInfo);
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1322 TypeSourceInfo *boundInfo) { in Create() argument 1324 nameLoc, name, colonLoc, boundInfo); in Create()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 1428 TypeSourceInfo *boundInfo) { in Create() argument 1431 nameLoc, name, colonLoc, boundInfo); in Create()
|