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()
500 SourceLocation ExpectedLoc; in ParseDirective() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp889 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseCaseStatement() local
967 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseDefaultStatement() local
H A DParseExprCXX.cpp1114 SourceLocation ExpectedLoc = in ParseLambdaIntroducer() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h348 SourceLocation ExpectedLoc; variable