OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeywordLoc
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Sema/
AttributeList.h
34
SourceLocation
KeywordLoc
;
/external/clang/lib/Parse/
ParseDeclCXX.cpp
[
all
...]
ParseExprCXX.cpp
[
all
...]
ParseDecl.cpp
552
SourceLocation
KeywordLoc
= ConsumeToken();
556
Diag(
KeywordLoc
, diag::err_availability_redundant)
559
UnavailableLoc =
KeywordLoc
;
595
if (!Changes[Index].
KeywordLoc
.isInvalid()) {
596
Diag(
KeywordLoc
, diag::err_availability_redundant)
598
<< SourceRange(Changes[Index].
KeywordLoc
,
602
Changes[Index].
KeywordLoc
=
KeywordLoc
;
606
Diag(
KeywordLoc
, diag::err_availability_unknown_change)
629
if (Changes[Index].
KeywordLoc
.isValid())
[
all
...]
Completed in 57 milliseconds