Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
599 boundInfo), in ObjCTypeParamDecl()
616 TypeSourceInfo *boundInfo);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1429 TypeSourceInfo *boundInfo) { in Create() argument
1432 nameLoc, name, colonLoc, boundInfo); in Create()