Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DODRHash.h61 void AddFunctionDecl(const FunctionDecl *Function, bool SkipBody = false);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp519 void ODRHash::AddFunctionDecl(const FunctionDecl *Function, in AddFunctionDecl() function in ODRHash
H A DDecl.cpp4127 Hash.AddFunctionDecl(this); in getODRHash()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10748 Hash.AddFunctionDecl(D, true /*SkipBody*/); in diagnoseOdrViolations()