Home
last modified time | relevance | path

Searched defs:ExpectedLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp297 SourceLocation ExpectedLoc, in attachDirective()
505 SourceLocation ExpectedLoc; in ParseDirective() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp901 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseCaseStatement() local
979 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseDefaultStatement() local
H A DParseExprCXX.cpp1188 SourceLocation ExpectedLoc = in ParseLambdaIntroducer() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h362 SourceLocation ExpectedLoc; variable