Home
last modified time | relevance | path

Searched refs:InlineCapacity (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h23 static constexpr int InlineCapacity = 8 * sizeof(SourceLocation); variable
42 alignas(BufferMaxAlignment) char InlineBuffer[InlineCapacity];
48 : Buffer(InlineBuffer), Capacity(InlineCapacity), Index(InlineCapacity), in TypeLocBuilder()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h156 template <unsigned InlineCapacity> class UnresolvedSet :
158 SmallVector<DeclAccessPair, InlineCapacity> Decls;
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp36 template <class T, class Sorter, unsigned InlineCapacity>
39 llvm::SmallVector<T, InlineCapacity> Storage;