Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h287 IdentifierInfo *PName, SourceLocation &PLoc, SourceLocation PrevLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1192 IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
1199 if (PDecl->getIdentifier() == PName) { in CheckForwardProtocolDeclarationForCircularDependency()
1208 if (CheckForwardProtocolDeclarationForCircularDependency(PName, Ploc, in CheckForwardProtocolDeclarationForCircularDependency()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2220 ObjCProtocolDecl *lookupProtocolNamed(IdentifierInfo *PName);