Home
last modified time | relevance | path

Searched refs:FileContext (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1550 FileContext, // File scope declaration. enumerator
1723 case FileContext: in mayOmitIdentifier()
1757 case FileContext: in mayHaveIdentifier()
1790 case FileContext: in diagnoseIdentifier()
1828 Context != FileContext) in mayBeFollowedByCXXDirectInit()
1836 case FileContext: in mayBeFollowedByCXXDirectInit()
2033 case FileContext: in isFunctionDeclarationContext()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp709 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration()
719 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration()
730 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration()
739 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration()
754 ParseExplicitInstantiation(Declarator::FileContext, in ParseExternalDeclaration()
889 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext); in ParseDeclOrFunctionDefInternal()
893 return ParseDeclGroup(DS, Declarator::FileContext); in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp1529 (getLangOpts().CPlusPlus && Context == Declarator::FileContext); in MightBeDeclarator()
1679 if (Context == Declarator::FileContext) { in ParseDeclGroup()
1795 ExpectAndConsumeSemi(Context == Declarator::FileContext in ParseDeclGroup()
2339 if (Context == Declarator::FileContext) in getDeclSpecContextFromDeclaratorContext()
4706 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal()
4912 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator()
4965 (D.getContext() == Declarator::FileContext || in ParseDirectDeclarator()
5348 : D.getContext() == Declarator::FileContext && in ParseFunctionDeclarator()
H A DParseTemplate.cpp238 if (Context != Declarator::FileContext) { in ParseSingleDeclarationAfterTemplate()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2222 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator()
2283 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator()
3222 case Declarator::FileContext: in GetFullTypeForDeclarator()