Home
last modified time | relevance | path

Searched refs:SkipExtendedMicrosoftTypeAttributes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2845 SourceLocation SkipExtendedMicrosoftTypeAttributes();
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp847 SourceLocation EndLoc = SkipExtendedMicrosoftTypeAttributes(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes()
855 SourceLocation Parser::SkipExtendedMicrosoftTypeAttributes() { in SkipExtendedMicrosoftTypeAttributes() function in Parser