HomeSort by relevance Sort by last modified time
    Searched refs:setPreviousDeclaration (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
Redeclarable.h 112 void setPreviousDeclaration(decl_type *PrevDecl);
Decl.h     [all...]
DeclTemplate.h 705 void setPreviousDeclaration(decl_type *Prev) {
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclTemplate.cpp 283 New->setPreviousDeclaration(PrevDecl);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 173 Typedef->setPreviousDeclaration(cast<TypedefNameDecl>(InstPrev));
225 Inst->setPreviousDeclaration(PrevAliasTemplate);
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 220 milliseconds