Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h70 void AddFunctionDecl(const FunctionDecl *Function, bool SkipBody = false);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp653 void ODRHash::AddFunctionDecl(const FunctionDecl *Function, in AddFunctionDecl() function in ODRHash
H A DODRDiagsEmitter.cpp1238 Hasher.AddFunctionDecl(D, true /*SkipBody*/); in diagnoseMismatch()
H A DDecl.cpp4479 Hash.AddFunctionDecl(this, /*SkipBody=*/shouldSkipCheckingODR()); in getODRHash()