HomeSort by relevance Sort by last modified time
    Searched defs:Dcl (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 44 Decl *Dcl;
49 : Dcl(D), Releases(releases) { }
58 if (DE->getDecl() == Dcl)
94 clearRefsIn(info.Dcl, info.Refs);
115 clearUnavailableDiags(info.Dcl);
116 Pass.TA.removeStmt(info.Dcl);
175 info.Dcl = DclS;
420 DeclStmt *Dcl;
424 PoolVarInfo() : Dcl(0) { }
Transforms.h 91 Decl *Dcl;
Transforms.cpp 226 ValueDecl *Dcl;
231 : Dcl(D), Refs(refs) { }
234 if (E->getDecl() == Dcl)
  /external/clang/tools/libclang/
CIndexHigh.cpp 49 const Decl *Dcl;
60 Dcl = getCanonical(D);
61 getTopOverriddenMethods(TU, Dcl, TopMethods);
102 if (D == Dcl)
222 const Decl *Dcl = cxcursor::getCursorDecl(declCursor);
223 if (!Dcl)
226 FindFileIdRefVisitData data(TU, FID, Dcl,
230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
IndexingContext.h 46 const NamedDecl *Dcl;
274 const Decl *Dcl;
276 RefFileOccurence(const FileEntry *File, const Decl *Dcl)
277 : File(File), Dcl(Dcl) { }
541 return DenseMapInfo<PairTy>::getHashValue(PairTy(S.File, S.Dcl));
546 return LHS.File == RHS.File && LHS.Dcl == RHS.Dcl;
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 50 /// CheckDefaultArgumentVisitor - C++ [dcl.fct.default] Traverses
84 // C++ [dcl.fct.default]p9
96 // C++ [dcl.fct.default]p7
110 // C++ [dcl.fct.default]p8:
239 // C++ [dcl.fct.default]p5
348 // C++ [dcl.fct.default]p3
396 // C++ [dcl.fct.default]p4:
409 // C++ [dcl.fct.default]p6:
508 // C++ [dcl.fct.default]p6 (DR217):
552 // C++11 [dcl.constexpr]p1: If any declaration of a function or functio
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 174 milliseconds