OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colonLoc
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
491
SourceLocation
colonLoc
;
493
if (TryConsumeToken(tok::colon,
colonLoc
)) {
516
paramLoc,
colonLoc
, boundType.isUsable() ? boundType.get() : nullptr);
1463
SourceLocation
ColonLoc
= Tok.getLocation();
1464
if (PP.getLocForEndOfToken(ArgInfo.NameLoc) ==
ColonLoc
) {
1467
Diag(
ColonLoc
, diag::note_force_empty_selector_name) << ArgInfo.Name;
Completed in 516 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026