Home
last modified time | relevance | path

Searched refs:IsType (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h57 unsigned IsType : 1;
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()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h185 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType()
186 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType()
188 bool isType() const { return IsType; } in isType()
189 bool isDecl() const { return !IsType; } in isDecl()
203 bool IsType; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h49 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
H A DMinimalSymbolDumper.cpp408 bool IsType) const { in typeOrIdIndex()
411 auto &Container = IsType ? Types : Ids; in typeOrIdIndex()
859 bool IsType = true; in visitKnownRecord() local
864 IsType = false; in visitKnownRecord()
870 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h80 IsType, // A logical type. enumerator
153 PROPERTY(Property, IsType);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h112 bool IsType);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp187 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr()
H A DSemaCodeComplete.cpp400 bool IsType(const NamedDecl *ND) const;
1619 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
7065 &ResultBuilder::IsType); in CodeCompleteOperatorName()
H A DSemaDecl.cpp106 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
107 if (!IsType) in ValidateCandidate()
H A DSemaExpr.cpp4754 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr() argument
4759 if (IsType) { in ActOnUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp944 LVElement *Element, bool IsType) { in getElementForOffset() argument
948 if (IsType) in getElementForOffset()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp213 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID() argument
219 } else if (IsType) in printStringOrID()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3075 SourceLocation &EllipsisLoc, bool &IsType, in ParseAlignArgument() argument
3085 IsType = true; in ParseAlignArgument()
3088 IsType = false; in ParseAlignArgument()
3110 bool IsType; in ParseAlignmentSpecifier() local
3115 EllipsisLoc, IsType, TypeResult); in ParseAlignmentSpecifier()
3125 if (IsType) { in ParseAlignmentSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2642 UnaryExprOrTypeTraitExprBits.IsType = true; in UnaryExprOrTypeTraitExpr()
2665 bool isArgumentType() const { return UnaryExprOrTypeTraitExprBits.IsType; } in isArgumentType()
2683 UnaryExprOrTypeTraitExprBits.IsType = false; in setArgument()
2687 UnaryExprOrTypeTraitExprBits.IsType = true; in setArgument()
H A DStmt.h537 unsigned IsType : 1; // true if operand is a type, false if an expression.
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2490 SourceLocation &EllipsisLoc, bool &IsType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1704 UnaryExprOrTypeTraitExprBits.IsType = false; in UnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7318 bool IsType, void *TyOrEx,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4876 …lder6IsTypeEPN5clang9NamedDeclE", "(anonymous namespace)::ResultBuilder::IsType(clang::NamedDecl*)…