Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h287 static void ProfileCommon(llvm::FoldingSetNodeID &ID, ContextKind ck,
335 ProfileCommon(ID, StackFrame, ADC, ParentLC, S); in Profile()
372 ProfileCommon(ID, Block, ADC, ParentLC, BD); in Profile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp351 void LocationContext::ProfileCommon(llvm::FoldingSetNodeID &ID, in ProfileCommon() function in LocationContext