Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h38 enum ScopeType { global() enum
/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp118 using ScopeType = ScopedHTType::ScopeTy; global() typedef in __anon2ee824570111::MachineCSE
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8065 QualType ScopeType = ScopeTypeInfo->getType(); BuildPseudoDestructorExpr() local
8183 QualType ScopeType; ActOnPseudoDestructorExpr() local
[all...]
H A DTreeTransform.h16403 RebuildCXXPseudoDestructorExpr(Expr * Base,SourceLocation OperatorLoc,bool isArrow,CXXScopeSpec & SS,TypeSourceInfo * ScopeType,SourceLocation CCLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage Destroyed) RebuildCXXPseudoDestructorExpr() argument
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp374 CXXPseudoDestructorExpr(const ASTContext & Context,Expr * Base,bool isArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,TypeSourceInfo * ScopeType,SourceLocation ColonColonLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage DestroyedType) CXXPseudoDestructorExpr() argument
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2635 TypeSourceInfo *ScopeType = nullptr; global() variable