Home
last modified time | relevance | path

Searched refs:getParentScope (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DScopedHashTable.h102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() function
103 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp90 TypeIndex ParentScope = FRecord.getParentScope(); in getName()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h69 DeclScope *getParentScope() { return parent; } in getParentScope() function
70 const DeclScope *getParentScope() const { return parent; } in getParentScope() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp349 printItemIndex("ParentScope", Func.getParentScope()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h618 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1482 TypeIndex parent_idx = fir.getParentScope(); in ParseInlineSite()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp897 scope = scope->getParentScope(); in codeCompleteConstraintName()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp107 void popDeclScope() { curDeclScope = curDeclScope->getParentScope(); } in popDeclScope()