Searched defs:IdentLocs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2949 SourceLocation *IdentLocs,
2956 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i],
3018 Diag(IdentLocs[i], diag::err_objc_parameterized_forward_class)
3031 IdentLocs[i]);
3032 IDecl->setAtEndRange(IdentLocs[i]);
2947 ActOnForwardClassDeclaration(SourceLocation AtClassLoc, IdentifierInfo **IdentList, SourceLocation *IdentLocs, ArrayRef<ObjCTypeParamList *> TypeParamLists, unsigned NumElts) argument

Completed in 275 milliseconds