Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRHash.h69 void AddFunctionDecl(const FunctionDecl *Function, bool SkipBody = false);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp649 void ODRHash::AddFunctionDecl(const FunctionDecl *Function, in AddFunctionDecl() function in ODRHash
H A DODRDiagsEmitter.cpp1233 Hasher.AddFunctionDecl(D, true /*SkipBody*/); in diagnoseMismatch()
H A DDecl.cpp4280 Hash.AddFunctionDecl(this); in getODRHash()