Home
last modified time | relevance | path

Searched refs:PName (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1194 IdentifierInfo *PName, in CheckForwardProtocolDeclarationForCircularDependency() argument
1203 if (PDecl->getIdentifier() == PName) { in CheckForwardProtocolDeclarationForCircularDependency()
1212 if (CheckForwardProtocolDeclarationForCircularDependency(PName, Ploc, in CheckForwardProtocolDeclarationForCircularDependency()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2217 ObjCProtocolDecl *lookupProtocolNamed(IdentifierInfo *PName);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10542 IdentifierInfo *PName,