HomeSort by: relevance | last modified time | path
    Searched refs:FnScope (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp 24 if (parent && !(flags & FnScope)) {
42 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope |
57 if (flags & FnScope) FnParent = this;
60 if (Flags & (ClassScope | FnScope)) {
146 {FnScope, "FnScope"},
SemaStmtAttr.cpp 37 auto *FnScope = S.getCurFunction();
38 if (FnScope->SwitchStack.empty()) {
49 FnScope->setHasFallthroughStmt();
SemaCoroutine.cpp 796 while (S && !(S->getFlags() & Scope::FnScope)) {
SemaExprCXX.cpp 824 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope |
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 47 FnScope = 0x01,
70 /// the FnScope and DeclScope flags set as well.
94 /// It always has FnScope and DeclScope set as well.
367 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
434 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 542 ParseScope FnScope(this, Scope::FnScope | Scope::DeclScope |
547 ParseFunctionTryBlock(LM.D, FnScope);
561 FnScope.Exit();
581 ParseFunctionStatementBody(LM.D, FnScope);
726 InDeclScope.Scopes.Enter(Scope::FnScope | Scope::DeclScope |
ParseTemplate.cpp 1675 ParseScope FnScope(this, Scope::FnScope | Scope::DeclScope |
1684 ParseFunctionTryBlock(LPT.D, FnScope);
1698 ParseFunctionStatementBody(LPT.D, FnScope);
Parser.cpp 1227 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope |
1258 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope |
1277 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope |
2126 if (S->getFlags() & Scope::FnScope) {
ParseOpenMP.cpp 361 ParseScope OMPDRScope(this, Scope::FnScope | Scope::DeclScope |
396 ParseScope OMPDRScope(this, Scope::FnScope | Scope::DeclScope |
582 unsigned ScopeFlags = Scope::FnScope | Scope::DeclScope |
682 Scopes.Enter(Scope::FnScope | Scope::DeclScope |
2284 unsigned ScopeFlags = Scope::FnScope | Scope::DeclScope |
ParseDeclCXX.cpp 3264 if ((S->getFlags() & Scope::FnScope))
ParseExpr.cpp 3456 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope |
ParseExprCXX.cpp 1458 unsigned ScopeFlags = Scope::BlockScope | Scope::FnScope | Scope::DeclScope |
ParseObjc.cpp 3670 Scope::FnScope | Scope::DeclScope |
ParsePragma.cpp 747 ParseScope CapturedRegionScope(this, Scope::FnScope | Scope::DeclScope |
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1151 const Function *FnScope = IRP.getAnchorScope();
1152 if (FnScope)
1153 Invalidate |= FnScope->hasFnAttribute(Attribute::Naked) ||
1154 FnScope->hasFnAttribute(Attribute::OptimizeNone);
1178 if (FnScope && !Functions.count(const_cast<Function *>(FnScope))) {
1179 if (!getInfoCache().isInModuleSlice(*FnScope)) {
2245 const Function *FnScope = IRP.getAnchorScope();
2253 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope)))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 2132 LexicalScope *FnScope = LScopes.getCurrentFunctionScope();
2133 assert(!FnScope || SP == FnScope->getScopeNode());
2188 DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope);
2192 SkelCU->constructSubprogramScopeDIE(SP, FnScope);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 3503 Function *FnScope = IRP.getAnchorScope();
3504 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope))) {

Completed in 139 milliseconds