Searched refs:FileMatchTrie (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DFileMatchTrie.h1 //===- FileMatchTrie.h ------------------------------------------*- C++ -*-===//
47 /// For a given input file, the \c FileMatchTrie finds its entries in order
56 class FileMatchTrie { class in namespace:clang::tooling
58 FileMatchTrie();
60 /// Construct a new \c FileMatchTrie with the given \c PathComparator.
62 /// The \c FileMatchTrie takes ownership of 'Comparator'. Used for testing.
63 FileMatchTrie(PathComparator* Comparator);
65 ~FileMatchTrie();
H A DJSONCompilationDatabase.h19 #include "clang/Tooling/FileMatchTrie.h"
131 FileMatchTrie MatchTrie;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp1 //===- FileMatchTrie.cpp --------------------------------------------------===//
9 // This file contains the implementation of a FileMatchTrie.
13 #include "clang/Tooling/FileMatchTrie.h"
39 /// A node of the \c FileMatchTrie.
60 // We cannot put relative paths into the FileMatchTrie as then a path can be
170 FileMatchTrie::FileMatchTrie() function in class:FileMatchTrie
173 FileMatchTrie::FileMatchTrie(PathComparator *Comparator) function in class:FileMatchTrie
176 FileMatchTrie
[all...]
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile702 SRCS_MIN+= Tooling/FileMatchTrie.cpp

Completed in 66 milliseconds