OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypoExprState
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h
321
inline Sema::
TypoExprState
::
TypoExprState
() {}
323
inline Sema::
TypoExprState
::
TypoExprState
(
TypoExprState
&&other) noexcept {
327
inline Sema::
TypoExprState
&Sema::
TypoExprState
::
328
operator=(Sema::
TypoExprState
&&other) noexcept {
Sema.h
4027
struct
TypoExprState
{
4031
TypoExprState
();
4032
TypoExprState
(
TypoExprState
&&other) noexcept;
4033
TypoExprState
&operator=(
TypoExprState
&&other) noexcept;
4037
llvm::MapVector<TypoExpr *,
TypoExprState
> DelayedTypos;
4067
const
TypoExprState
&getTypoExprState(TypoExpr *TE) const;
Completed in 26 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026