OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExpectedLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
767
SourceLocation
ExpectedLoc
= PP.getLocForEndOfToken(PrevTokLocation);
768
Diag(
ExpectedLoc
, diag::err_expected_after)
770
<< FixItHint::CreateInsertion(
ExpectedLoc
, ":");
771
ColonLoc =
ExpectedLoc
;
848
SourceLocation
ExpectedLoc
= PP.getLocForEndOfToken(PrevTokLocation);
849
Diag(
ExpectedLoc
, diag::err_expected_after)
851
<< FixItHint::CreateInsertion(
ExpectedLoc
, ":");
852
ColonLoc =
ExpectedLoc
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
331
if (!Enabled || Tok !=
ExpectedLoc
)
343
SourceLocation
ExpectedLoc
;
344
/// Expected type for a token starting at
ExpectedLoc
.
346
/// A function to compute expected type at
ExpectedLoc
. It is only considered
Completed in 26 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026