clang-tools
6.0.0
|
#include "QueryParser.h"
#include "Query.h"
#include "QuerySession.h"
#include "clang/ASTMatchers/Dynamic/Parser.h"
#include "clang/Basic/CharInfo.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
#include <set>
Go to the source code of this file.
Classes | |
struct | clang::query::QueryParser::LexOrCompleteWord< T > |
Namespaces | |
clang | |
clang::query | |
Enumerations | |
enum | clang::query::@416::ParsedQueryKind |
enum | clang::query::@416::ParsedQueryVariable |
enum clang::query::@416::ParsedQueryKind |
Definition at line 135 of file QueryParser.cpp.
enum clang::query::@416::ParsedQueryVariable |
Definition at line 146 of file QueryParser.cpp.