Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h38 enum ScopeType { enum
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp118 using ScopeType = ScopedHTType::ScopeTy; typedef in __anon7ae245390111::MachineCSE
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8138 QualType ScopeType = ScopeTypeInfo->getType(); in BuildPseudoDestructorExpr() local
8256 QualType ScopeType; in ActOnPseudoDestructorExpr() local
H A DTreeTransform.h16434 TypeSourceInfo *ScopeType, in RebuildCXXPseudoDestructorExpr()
/src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp374 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2635 TypeSourceInfo *ScopeType = nullptr; variable