Home
last modified time | relevance | path

Searched defs:ImplTy (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.h85 typedef MDFieldImpl ImplTy; typedef
97 typedef typename MDUnsignedField::ImplTy ImplTy; typedef
102 : ImplTy(Default), Max(Max) {} in ImplTy() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h356 typedef BumpVector<CFGElement> ImplTy; typedef
773 typedef BumpVector<CFGBlock*>::iterator ImplTy; typedef
796 typedef BumpVector<CFGBlock*>::const_iterator ImplTy; typedef
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h400 typedef llvm::SmallPtrSet<ExplodedNode*,5> ImplTy; typedef
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1436 QualType ImplTy = ImplVar->getType(); in CheckMethodOverrideParam() local