Home
last modified time | relevance | path

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

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