/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ParentMap.h | 22 void* Impl; variable
|
H A D | ASTUnresolvedSet.h | 89 mutable ASTUnresolvedSet Impl; variable
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | qualified-id.cpp | 23 class Impl { class
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LibCallSemantics.h | 129 mutable void *Impl; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 47 void *Impl; variable
|
H A D | FileSystem.h | 225 enum Impl { enum 257 operator Impl() const { return V; } in Impl() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | VirtualFileSystem.h | 116 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy variable
|
H A D | IdentifierTable.h | 729 void *Impl; // Actually a SelectorTableImpl variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | Utils.h | 110 void *Impl; // Opaque implementation variable
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | Internals.h | 51 void *Impl; // TransformActionsImpl. variable
|
H A D | ObjCMT.cpp | 170 if (const ObjCImplementationDecl *Impl = dyn_cast<ObjCImplementationDecl>(D)) in canModify() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 401 ImplTy Impl; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineSSAUpdater.cpp | 354 SSAUpdaterImpl<MachineSSAUpdater> Impl(this, &AvailableVals, InsertedPHIs); in GetValueAtEndOfBlockInternal() local
|
H A D | ScheduleDAGInstrs.cpp | 1466 SchedDFSImpl Impl(*this); in compute() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | DependencyFile.cpp | 200 DependencyFileGenerator::DependencyFileGenerator(void *Impl) in DependencyFileGenerator()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 315 SSAUpdaterImpl<SSAUpdater> Impl(this, &AvailableVals, InsertedPHIs); in GetValueAtEndOfBlockInternal() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1365 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod() local 1375 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod() local
|
H A D | ASTImporter.cpp | 3373 ObjCCategoryImplDecl *Impl in VisitObjCCategoryDecl() local 3585 ObjCImplementationDecl *Impl = cast_or_null<ObjCImplementationDecl>( in ImportDefinition() local 3705 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
H A D | CFG.h | 357 ImplTy Impl; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 130 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC)) in CheckObjCMethodOverride() local 3254 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(ClassDecl)) in ActOnMethodDeclaration() local
|
H A D | SemaAccess.cpp | 1881 if (ObjCImplDecl *Impl in IsSimplyAccessible() local
|
H A D | SemaObjCProperty.cpp | 2071 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(CD)) in ProcessPropertyDecl() local
|
H A D | SemaCodeComplete.cpp | 4874 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods() local 4887 if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in AddObjCMethods() local 6818 if (ObjCImplementationDecl *Impl = dyn_cast<ObjCImplementationDecl>(D)) { in CodeCompleteObjCMethodDecl() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 1100 Pass *Impl = findAnalysisPass(*I, true); in initializeAnalysisImpl() local
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 5047 if (ObjCCategoryImplDecl *Impl in clang_getCursorDefinition() local 5067 } else if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in clang_getCursorDefinition() local
|