Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h71 FunctionPrototypeScope = 0x100, enumerator
285 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
300 Scope::FunctionPrototypeScope | in isSwitchScope()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDScope.cpp55 if (flags & FunctionPrototypeScope) PrototypeDepth++; in Init()
HDSemaExprCXX.cpp579 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
HDSemaCodeComplete.cpp3361 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp314 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
HDParseDecl.cpp2513 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()
4935 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()
5068 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
HDParser.cpp1182 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
HDParseExprCXX.cpp978 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
HDParseObjc.cpp1048 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()