Searched refs:AddFunctionDecl (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h61 void AddFunctionDecl(const FunctionDecl *Function, bool SkipBody = false);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp519 void ODRHash::AddFunctionDecl(const FunctionDecl *Function, function in class:ODRHash
H A DDecl.cpp3993 Hash.AddFunctionDecl(this);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10783 Hash.AddFunctionDecl(D, true /*SkipBody*/);

Completed in 102 milliseconds