Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DODRHash.h61 void AddFunctionDecl(const FunctionDecl *Function, bool SkipBody = false);
/external/llvm-project/clang/lib/AST/
DODRHash.cpp519 void ODRHash::AddFunctionDecl(const FunctionDecl *Function, in AddFunctionDecl() function in ODRHash
DDecl.cpp4094 Hash.AddFunctionDecl(this); in getODRHash()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10885 Hash.AddFunctionDecl(D, true /*SkipBody*/); in diagnoseOdrViolations()