Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp297 SourceLocation ExpectedLoc, in attachDirective()
501 SourceLocation ExpectedLoc; in ParseDirective() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp845 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseCaseStatement() local
921 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseDefaultStatement() local
H A DParseExprCXX.cpp1113 SourceLocation ExpectedLoc = in ParseLambdaIntroducer() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h347 SourceLocation ExpectedLoc; variable