Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3048 SourceLocation *IdentLocs, in ActOnForwardClassDeclaration() argument
3055 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i], in ActOnForwardClassDeclaration()
3117 Diag(IdentLocs[i], diag::err_objc_parameterized_forward_class) in ActOnForwardClassDeclaration()
3130 IdentLocs[i]); in ActOnForwardClassDeclaration()
3131 IDecl->setAtEndRange(IdentLocs[i]); in ActOnForwardClassDeclaration()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h9608 SourceLocation *IdentLocs,