Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h293 static void ProfileCommon(llvm::FoldingSetNodeID &ID, ContextKind ck,
341 ProfileCommon(ID, StackFrame, ADC, ParentLC, S); in Profile()
378 ProfileCommon(ID, Block, ADC, ParentLC, BD); in Profile()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp403 void LocationContext::ProfileCommon(llvm::FoldingSetNodeID &ID, in ProfileCommon() function in LocationContext