OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiagStorage
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
PartialDiagnostic.h
55
if (Other.
DiagStorage
) {
56
DiagStorage
= getStorage();
57
*
DiagStorage
= *Other.
DiagStorage
;
80
DiagStorage
= Other.
DiagStorage
;
81
Other.
DiagStorage
= nullptr;
88
DiagStorage
= DiagStorage_;
89
if (Other.
DiagStorage
)
90
*this->
DiagStorage
= *Other.DiagStorage
[
all
...]
Diagnostic.h
1011
DiagnosticStorage
DiagStorage
;
1143
mutable DiagnosticStorage *
DiagStorage
= nullptr;
1151
if (
DiagStorage
)
1152
return
DiagStorage
;
1155
DiagStorage
= Allocator->Allocate();
1156
return
DiagStorage
;
1160
if (!
DiagStorage
)
1175
Allocator->Deallocate(
DiagStorage
);
1176
DiagStorage
= nullptr;
1180
if (!
DiagStorage
)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h
58
return DiagnosticError::create(Loc, PartialDiagnostic(DiagID,
DiagStorage
));
80
PartialDiagnostic::DiagStorageAllocator
DiagStorage
;
/src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp
491
DiagStorage
.NumDiagArgs = 0;
493
DiagStorage
.DiagRanges.clear();
494
DiagStorage
.DiagRanges.append(storedDiag.range_begin(),
497
DiagStorage
.FixItHints.clear();
498
DiagStorage
.FixItHints.append(storedDiag.fixit_begin(),
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1977
DiagnosticStorage *
DiagStorage
= nullptr;
1979
DiagStorage
= new (C) DiagnosticStorage;
1981
auto *DD = new (C) DependentDiagnostic(PDiag,
DiagStorage
);
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026