Searched refs:ParseExternalDeclaration (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseHLSL.cpp | 84 ParseExternalDeclaration(DeclAttrs, EmptyDeclSpecAttrs); in ParseHLSLBuffer()
|
| H A D | Parser.cpp | 743 Result = ParseExternalDeclaration(DeclAttrs, DeclSpecAttrs); in ParseTopLevelDecl() 791 Parser::ParseExternalDeclaration(ParsedAttributes &Attrs, in ParseExternalDeclaration() function in Parser 881 return ParseExternalDeclaration(Attrs, DeclSpecAttrs); in ParseExternalDeclaration() 2369 DeclGroupPtrTy Result = ParseExternalDeclaration(Attrs, EmptyDeclSpecAttrs); in ParseMicrosoftIfExistsExternalDeclaration()
|
| H A D | ParseDeclCXX.cpp | 261 ParseExternalDeclaration(DeclAttrs, EmptyDeclSpecAttrs); in ParseInnerNamespace() 376 ParseExternalDeclaration(DeclAttrs, DeclSpecAttrs, &DS); in ParseLinkage() 418 ParseExternalDeclaration(DeclAttrs, DeclSpecAttrs); in ParseLinkage() 451 ParseExternalDeclaration(DeclAttrs, EmptyDeclSpecAttrs); in ParseExportDeclaration() 471 ParseExternalDeclaration(DeclAttrs, EmptyDeclSpecAttrs); in ParseExportDeclaration()
|
| H A D | ParseObjc.cpp | 2274 ParseExternalDeclaration(DeclAttrs, EmptyDeclSpecAttrs)) { in ParseObjCAtImplementationDeclaration()
|
| H A D | ParseOpenMP.cpp | 2311 Ptr = ParseExternalDeclaration(Attrs, EmptyDeclSpecAttrs, &PDS); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1612 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributes &DeclAttrs,
|