OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextualFoldingSet
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
FoldingSet.h
451
///
ContextualFoldingSet
- This template class is a further refinement
460
class
ContextualFoldingSet
: public FoldingSetImpl {
490
explicit
ContextualFoldingSet
(Ctx Context, unsigned Log2InitSize = 6)
/external/clang/include/clang/AST/
ASTContext.h
98
mutable llvm::
ContextualFoldingSet
<FunctionProtoType, ASTContext&>
107
mutable llvm::
ContextualFoldingSet
<TemplateSpecializationType, ASTContext&>
112
mutable llvm::
ContextualFoldingSet
<DependentTemplateSpecializationType,
126
mutable llvm::
ContextualFoldingSet
<SubstTemplateTemplateParmPackStorage,
[
all
...]
Completed in 56 milliseconds