Home
last modified time | relevance | path

Searched defs:ScopeType (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/parsing/
Dexpression-scope.h236 enum ScopeType : uint8_t { enum
355 using ScopeType = typename ExpressionScopeT::ScopeType; variable
425 using ScopeType = typename ExpressionScopeT::ScopeType; variable
466 using ScopeType = typename ExpressionScopeT::ScopeType; variable
738 using ScopeType = typename ExpressionScope<Types>::ScopeType; variable
/external/v8/src/debug/
Ddebug-scopes.h24 enum ScopeType { enum
Ddebug-interface.h427 enum ScopeType { enum
/external/llvm/lib/CodeGen/
DMachineCSE.cpp77 typedef ScopedHTType::ScopeTy ScopeType; typedef in __anon73888c510111::MachineCSE
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp97 using ScopeType = ScopedHTType::ScopeTy; typedef in __anonc7bf1de90111::MachineCSE
/external/clang/lib/AST/
DExprCXX.cpp164 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, in CXXPseudoDestructorExpr()
DItaniumMangle.cpp3394 QualType ScopeType; in mangleExpression() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp6161 QualType ScopeType = ScopeTypeInfo->getType(); in BuildPseudoDestructorExpr() local
6275 QualType ScopeType; in ActOnPseudoDestructorExpr() local
DTreeTransform.h11865 TypeSourceInfo *ScopeType, in RebuildCXXPseudoDestructorExpr()
/external/v8/src/common/
Dglobals.h1023 enum ScopeType : uint8_t { enum
/external/clang/include/clang/AST/
DExprCXX.h2145 TypeSourceInfo *ScopeType; variable