/llvm-project/flang/lib/Semantics/ |
H A D | resolve-labels.cpp | 888 InInclusiveScope(const std::vector<ScopeInfo> & scopes,ProxyForScope tail,ProxyForScope head) InInclusiveScope() argument 976 ParentScope(const std::vector<ScopeInfo> & scopes,ProxyForScope scope) ParentScope() argument 982 CheckLabelDoConstraints(const SourceStmtList & dos,const SourceStmtList & branches,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckLabelDoConstraints() argument 1030 CheckScopeConstraints(const SourceStmtList & stmts,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckScopeConstraints() argument 1107 CheckBranchConstraints(const SourceStmtList & branches,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckBranchConstraints() argument 1132 CheckDataTransferConstraints(const SourceStmtList & dataTransfers,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckDataTransferConstraints() argument 1168 CheckAssignConstraints(const SourceStmtList & assigns,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckAssignConstraints() argument 1180 const auto &scopes{programUnit.scopeModel}; CheckConstraints() local [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 159 iterator_range<scope_iterator> scopes() const { scopes() function
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CxxModuleHandler.cpp | 83 std::vector<Scope *> scopes; in emulateLookupInCtxt() local
|
/llvm-project/clang-tools-extra/clangd/index/remote/ |
H A D | Index.proto | 29 repeated string scopes = 2; field
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h |
|
/llvm-project/flang/lib/Lower/ |
H A D | Mangler.cpp | 28 llvm::SmallVector<const Fortran::semantics::Scope *> scopes; in ancestors() local
|
/llvm-project/mlir/lib/IR/ |
H A D | SymbolTable.cpp | 698 SmallVector<SymbolScope, 2> scopes; in collectSymbolScopes() local 720 auto scopes = collectSymbolScopes(symbol, limit->getParentOp()); in collectSymbolScopes() local 735 SmallVector<SymbolScope, 1> scopes; in collectSymbolScopes() local [all...] |
/llvm-project/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 307 SmallVector<OperationName> scopes; in prepareReproducerFor() local
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | DAP.cpp | 416 llvm::json::Array scopes; CreateTopLevelScopes() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 124 AnyScopesHaveTemplateParams(llvm::ArrayRef<llvm::ms_demangle::Node *> scopes) { in AnyScopesHaveTemplateParams() argument 189 llvm::ArrayRef<llvm::ms_demangle::Node *> scopes(name_components->Nodes, in CreateDeclInfoForType() local
|
/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 647 SmallVector<uint32_t, 4> scopes; writeAllModuleSymbolRecords() local
|