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

  /external/clang/tools/libclang/
CIndexHigh.cpp 47 Decl *Dcl;
58 Dcl = getCanonical(D);
59 getTopOverriddenMethods(TU, Dcl, TopMethods);
99 if (D == Dcl)
219 Decl *Dcl = cxcursor::getCursorDecl(declCursor);
220 if (!Dcl)
223 FindFileIdRefVisitData data(TU, FID, Dcl,
227 if (DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
IndexingContext.h 47 const NamedDecl *Dcl;
284 const Decl *Dcl;
286 RefFileOccurence(const FileEntry *File, const Decl *Dcl)
287 : File(File), Dcl(Dcl) { }
547 ID.AddPointer(S.Dcl);
553 return LHS.File == RHS.File && LHS.Dcl == RHS.Dcl;
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 43 Decl *Dcl;
48 : Dcl(D), Releases(releases) { }
57 if (DE->getDecl() == Dcl)
93 clearRefsIn(info.Dcl, info.Refs);
114 clearUnavailableDiags(info.Dcl);
115 Pass.TA.removeStmt(info.Dcl);
174 info.Dcl = DclS;
419 DeclStmt *Dcl;
423 PoolVarInfo() : Dcl(0) { }
Transforms.cpp 165 ValueDecl *Dcl;
170 : Dcl(D), Refs(refs) { }
173 if (E->getDecl() == Dcl)
Transforms.h 90 Decl *Dcl;
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 48 /// CheckDefaultArgumentVisitor - C++ [dcl.fct.default] Traverses
82 // C++ [dcl.fct.default]p9
94 // C++ [dcl.fct.default]p7
108 // C++ [dcl.fct.default]p8:
237 // C++ [dcl.fct.default]p5
347 // C++ [dcl.fct.default]p3
384 // C++ [dcl.fct.default]p4:
397 // C++ [dcl.fct.default]p6:
496 // C++ [dcl.fct.default]p6 (DR217):
533 // C++11 [dcl.constexpr]p1: If any declaration of a function or functio
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 2055 milliseconds