Searched refs:IsType (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 164 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType() 165 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType() 167 bool isType() const { return IsType; } in isType() 168 bool isDecl() const { return !IsType; } in isDecl() 182 bool IsType; variable
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.h | 49 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
|
| H A D | MinimalSymbolDumper.cpp | 384 bool IsType) const { in typeOrIdIndex() 387 auto &Container = IsType ? Types : Ids; in typeOrIdIndex() 835 bool IsType = true; in visitKnownRecord() local 840 IsType = false; in visitKnownRecord() 846 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 60 unsigned IsType : 1; member 80 HasCustomParsing(0), AcceptsExprPack(0), IsTargetSpecific(0), IsType(0), in AttrKind() 86 unsigned IsTargetSpecific, unsigned IsType, in ParsedAttrInfo() 94 IsType(IsType), IsStmt(IsStmt), IsKnownToGCC(IsKnownToGCC), in ParsedAttrInfo()
|
| H A D | Sema.h | 5566 bool IsType, void *TyOrEx,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 201 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr()
|
| H A D | SemaCodeComplete.cpp | 376 bool IsType(const NamedDecl *ND) const; 1521 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder 6717 &ResultBuilder::IsType); in CodeCompleteOperatorName()
|
| H A D | SemaDecl.cpp | 88 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local 89 if (!IsType) in ValidateCandidate()
|
| H A D | SemaExpr.cpp | 4687 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr() argument 4692 if (IsType) { in ActOnUnaryExprOrTypeTraitExpr()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 212 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID() argument 218 } else if (IsType) in printStringOrID()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 2568 UnaryExprOrTypeTraitExprBits.IsType = true; in UnaryExprOrTypeTraitExpr() 2591 bool isArgumentType() const { return UnaryExprOrTypeTraitExprBits.IsType; } in isArgumentType() 2609 UnaryExprOrTypeTraitExprBits.IsType = false; in setArgument() 2613 UnaryExprOrTypeTraitExprBits.IsType = true; in setArgument()
|
| H A D | Stmt.h | 448 unsigned IsType : 1; // true if operand is a type, false if an expression. in alignas() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 1608 UnaryExprOrTypeTraitExprBits.IsType = false; in UnaryExprOrTypeTraitExpr()
|