Home
last modified time | relevance | path

Searched defs:setPreviousDeclaration (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DDecl.cpp1745 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() function in FunctionDecl
/external/clang/include/clang/AST/
DDecl.h3297 void Redeclarable<decl_type>::setPreviousDeclaration(decl_type *PrevDecl) { in setPreviousDeclaration() function