Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDODRHash.h70 void AddFunctionDecl(const FunctionDecl *Function, bool SkipBody = false);
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDODRHash.cpp660 void ODRHash::AddFunctionDecl(const FunctionDecl *Function, in AddFunctionDecl() function in ODRHash
HDODRDiagsEmitter.cpp1238 Hasher.AddFunctionDecl(D, true /*SkipBody*/); in diagnoseMismatch()
HDStmtProfile.cpp2105 Hasher.AddFunctionDecl(Call, /*SkipBody=*/true); in VisitLambdaExpr()
HDDecl.cpp4527 Hash.AddFunctionDecl(this); in getODRHash()