Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h52 std::string PName = Name; in find() local
55 [this, ExportedSymbolsOnly, PName, &B]() -> TargetAddress { in find()
63 auto Sym = B.findSymbolIn(Handle, PName, ExportedSymbolsOnly); in find()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1097 IdentifierInfo *PName, in CheckForwardProtocolDeclarationForCircularDependency() argument
1106 if (PDecl->getIdentifier() == PName) { in CheckForwardProtocolDeclarationForCircularDependency()
1115 if (CheckForwardProtocolDeclarationForCircularDependency(PName, Ploc, in CheckForwardProtocolDeclarationForCircularDependency()
/external/clang/include/clang/AST/
DDeclObjC.h1831 ObjCProtocolDecl *lookupProtocolNamed(IdentifierInfo *PName);
/external/clang/include/clang/Sema/
DSema.h7202 IdentifierInfo *PName,