OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DelayedDiagnostic
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/Sema/
DelayedDiagnostic.cpp
1
//===---
DelayedDiagnostic
.cpp - Delayed declarator diagnostics -*- C++ -*-===//
10
// This file defines the
DelayedDiagnostic
class implementation, which
17
#include "clang/Sema/
DelayedDiagnostic
.h"
22
DelayedDiagnostic
DelayedDiagnostic
::makeDeprecation(SourceLocation Loc,
27
DelayedDiagnostic
DD;
45
void
DelayedDiagnostic
::Destroy() {
Android.mk
32
DelayedDiagnostic
.cpp \
SemaAccess.cpp
22
#include "clang/Sema/
DelayedDiagnostic
.h"
[
all
...]
SemaDeclAttr.cpp
27
#include "clang/Sema/
DelayedDiagnostic
.h"
[
all
...]
SemaType.cpp
30
#include "clang/Sema/
DelayedDiagnostic
.h"
[
all
...]
SemaDecl.cpp
36
#include "clang/Sema/
DelayedDiagnostic
.h"
[
all
...]
/external/clang/include/clang/Sema/
DelayedDiagnostic.h
1
//===---
DelayedDiagnostic
.h - Delayed declarator diagnostics ---*- C++ -*-===//
10
// This file defines the
DelayedDiagnostic
class, which is used to
113
class
DelayedDiagnostic
{
124
static
DelayedDiagnostic
makeDeprecation(SourceLocation Loc,
130
static
DelayedDiagnostic
makeAccess(SourceLocation Loc,
132
DelayedDiagnostic
DD;
140
static
DelayedDiagnostic
makeForbiddenType(SourceLocation loc,
144
DelayedDiagnostic
DD;
231
SmallVector<
DelayedDiagnostic
, 4> Diagnostics;
238
for (SmallVectorImpl<
DelayedDiagnostic
>::iterato
[
all
...]
Sema.h
190
class
DelayedDiagnostic
;
427
void add(const sema::
DelayedDiagnostic
&diag); // in
DelayedDiagnostic
.h
[
all
...]
Completed in 107 milliseconds