Home
last modified time | relevance | path

Searched refs:FunctionPrototypeScope (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScope.h71 FunctionPrototypeScope = 0x100, enumerator
285 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
300 Scope::FunctionPrototypeScope | in isSwitchScope()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DScope.cpp55 if (flags & FunctionPrototypeScope) PrototypeDepth++; in Init()
DSemaExprCXX.cpp579 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
DSemaCodeComplete.cpp3361 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp314 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
DParseDecl.cpp2513 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
4935 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
5068 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
DParser.cpp1182 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
DParseExprCXX.cpp978 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
DParseObjc.cpp1048 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()