Searched refs:IsType (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.h | 49 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
|
| H A D | MinimalSymbolDumper.cpp | 378 bool IsType) const { in typeOrIdIndex() 381 auto &Container = IsType ? Types : Ids; in typeOrIdIndex() 830 bool IsType = true; in visitKnownRecord() local 835 IsType = false; in visitKnownRecord() 841 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/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 6227 &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 | 4534 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr() argument 4539 if (IsType) { in ActOnUnaryExprOrTypeTraitExpr()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 5237 bool IsType, void *TyOrEx,
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 2499 UnaryExprOrTypeTraitExprBits.IsType = true; in UnaryExprOrTypeTraitExpr() 2522 bool isArgumentType() const { return UnaryExprOrTypeTraitExprBits.IsType; } in isArgumentType() 2540 UnaryExprOrTypeTraitExprBits.IsType = false; in setArgument() 2544 UnaryExprOrTypeTraitExprBits.IsType = true; in setArgument()
|
| H A D | Stmt.h | 445 unsigned IsType : 1; // true if operand is a type, false if an expression. variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 1566 UnaryExprOrTypeTraitExprBits.IsType = false; in UnaryExprOrTypeTraitExpr()
|