OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KindLoc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
3012
const char *
KindLoc
= &CurPtr[-1];
3023
<< StringRef(
KindLoc
, 1);
3029
CharSourceRange URange = makeCharRange(*this,
KindLoc
,
KindLoc
+ 1);
3030
Diag(
KindLoc
, diag::note_ucn_four_not_eight)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
1406
SourceLocation
KindLoc
;
1463
void setScheduleKindLoc(SourceLocation KLoc) {
KindLoc
= KLoc; }
1499
KindLoc
(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) {
1532
SourceLocation getScheduleKindLoc() { return
KindLoc
; }
6204
SourceLocation
KindLoc
;
6225
void setDistScheduleKindLoc(SourceLocation KLoc) {
KindLoc
= KLoc; }
6256
KindLoc
(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) {
6273
SourceLocation getDistScheduleKindLoc() { return
KindLoc
; }
6329
SourceLocation
KindLoc
;
6356
void setDefaultmapKindLoc(SourceLocation KLoc) {
KindLoc
= KLoc;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
599
SourceLocation
KindLoc
= Tok.getLocation();
608
Diag(
KindLoc
, diag::err_ms_property_has_set_accessor)
609
<< FixItHint::CreateReplacement(
KindLoc
, "put");
615
Diag(
KindLoc
, diag::err_ms_property_missing_accessor_kind);
622
Diag(
KindLoc
, diag::err_ms_property_unknown_accessor);
651
Diag(
KindLoc
, diag::err_ms_property_duplicate_accessor) << KindStr;
Completed in 24 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026