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

  /external/clang/include/clang/AST/
Redeclarable.h 111 void setPreviousDeclaration(decl_type *PrevDecl);
Decl.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 311 New->setPreviousDeclaration(PrevDecl);
    [all...]
DeclObjC.cpp     [all...]
Decl.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 257 Typedef->setPreviousDeclaration(InstPrevTypedef);
309 Inst->setPreviousDeclaration(PrevAliasTemplate);
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 312 milliseconds