Home
last modified time | relevance | path

Searched refs:ProfileCommon (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h285 static void ProfileCommon(llvm::FoldingSetNodeID &ID,
328 ProfileCommon(ID, StackFrame, ctx, parent, s); in Profile()
354 ProfileCommon(ID, Scope, ctx, parent, s); in Profile()
388 ProfileCommon(ID, Block, ctx, parent, bd); in Profile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp349 void LocationContext::ProfileCommon(llvm::FoldingSetNodeID &ID, in ProfileCommon() function in LocationContext