OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiagStatePoint
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
Diagnostic.h
231
struct
DiagStatePoint
{
234
DiagStatePoint
(DiagState *State, FullSourceLoc Loc)
237
bool operator<(const
DiagStatePoint
&RHS) const {
252
///
DiagStatePoint
.
253
typedef std::vector<
DiagStatePoint
> DiagStatePointsTy;
273
DiagStatePoints.push_back(
DiagStatePoint
(State, Loc));
276
/// \brief Finds the
DiagStatePoint
that contains the diagnostic state of
[
all
...]
/external/clang/lib/Basic/
Diagnostic.cpp
134
// Create a DiagState and
DiagStatePoint
representing diagnostic changes
137
DiagStatePoints.push_back(
DiagStatePoint
(&DiagStates.back(), FullSourceLoc()));
161
"Should have created a
DiagStatePoint
for command-line");
175
DiagStatePoint
(nullptr, Loc));
212
// the current one and a new
DiagStatePoint
to record at which location
244
DiagStatePoints.insert(Pos+1,
DiagStatePoint
(NewState,
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 246 milliseconds