Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp110 using ScopeType = ScopedHTType::ScopeTy; typedef in __anonde9b50940111::MachineCSE
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp323 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp7781 QualType ScopeType = ScopeTypeInfo->getType(); in BuildPseudoDestructorExpr() local
7899 QualType ScopeType; in ActOnPseudoDestructorExpr() local
H A DTreeTransform.h14977 TypeSourceInfo *ScopeType, in RebuildCXXPseudoDestructorExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h2552 TypeSourceInfo *ScopeType = nullptr; variable