|
clang-tools 22.0.0git
|
Public Member Functions | |
| LexOrCompleteWord (QueryParser *P, StringRef &OutWord) | |
| LexOrCompleteWord & | Case (llvm::StringLiteral CaseStr, const T &Value, bool IsCompletion=true) |
| T | Default (T Value) |
Public Attributes | |
| StringRef | Word |
| StringSwitch< T > | Switch |
| QueryParser * | P |
| size_t | WordCompletionPos |
Definition at line 51 of file QueryParser.cpp.
|
inline |
Definition at line 63 of file QueryParser.cpp.
References P, Switch, Word, and WordCompletionPos.
Referenced by Case().
|
inline |
Definition at line 75 of file QueryParser.cpp.
References LexOrCompleteWord(), P, Switch, Word, and WordCompletionPos.
|
inline |
Definition at line 89 of file QueryParser.cpp.
References Switch.
| QueryParser* clang::query::QueryParser::LexOrCompleteWord< T >::P |
Definition at line 55 of file QueryParser.cpp.
Referenced by Case(), and LexOrCompleteWord().
| StringSwitch<T> clang::query::QueryParser::LexOrCompleteWord< T >::Switch |
Definition at line 53 of file QueryParser.cpp.
Referenced by Case(), Default(), and LexOrCompleteWord().
| StringRef clang::query::QueryParser::LexOrCompleteWord< T >::Word |
Definition at line 52 of file QueryParser.cpp.
Referenced by Case(), and LexOrCompleteWord().
| size_t clang::query::QueryParser::LexOrCompleteWord< T >::WordCompletionPos |
Definition at line 58 of file QueryParser.cpp.
Referenced by Case(), and LexOrCompleteWord().