Searched refs:IsType (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 176 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType() 177 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType() 179 bool isType() const { return IsType; } in isType() 180 bool isDecl() const { return !IsType; } in isDecl() 194 bool IsType; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.h | 49 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
|
| H A D | MinimalSymbolDumper.cpp | 381 bool IsType) const { in typeOrIdIndex() 384 auto &Container = IsType ? Types : Ids; in typeOrIdIndex() 833 bool IsType = true; in visitKnownRecord() local 838 IsType = false; in visitKnownRecord() 844 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 190 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr()
|
| H A D | SemaCodeComplete.cpp | 372 bool IsType(const NamedDecl *ND) const; 1516 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder 6230 &ResultBuilder::IsType); in CodeCompleteOperatorName()
|
| H A D | SemaDecl.cpp | 87 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local 88 if (!IsType) in ValidateCandidate()
|
| H A D | SemaExpr.cpp | 4571 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr() argument 4576 if (IsType) { in ActOnUnaryExprOrTypeTraitExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 57 unsigned IsType : 1; member 74 IsTargetSpecific(0), IsType(0), IsStmt(0), IsKnownToGCC(0), in AttrKind()
|
| H A D | Sema.h | 5286 bool IsType, void *TyOrEx,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 214 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID() argument 220 } else if (IsType) in printStringOrID()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 2555 UnaryExprOrTypeTraitExprBits.IsType = true; in UnaryExprOrTypeTraitExpr() 2578 bool isArgumentType() const { return UnaryExprOrTypeTraitExprBits.IsType; } in isArgumentType() 2596 UnaryExprOrTypeTraitExprBits.IsType = false; in setArgument() 2600 UnaryExprOrTypeTraitExprBits.IsType = true; in setArgument()
|
| H A D | Stmt.h | 445 unsigned IsType : 1; // true if operand is a type, false if an expression. in alignas() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 1632 UnaryExprOrTypeTraitExprBits.IsType = false; in UnaryExprOrTypeTraitExpr()
|