Searched refs:IsType (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h49 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
H A DMinimalSymbolDumper.cpp367 bool IsType) const {
370 auto &Container = IsType ? Types : Ids;
819 bool IsType = true; local
824 IsType = false;
830 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h175 DeclOrType(Decl *D) : Stored(D), IsType(false) {}
176 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {}
178 bool isType() const { return IsType; }
179 bool isDecl() const { return !IsType; }
193 bool IsType; member in class:clang::ASTWriter::DeclOrType
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp182 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; }
H A DSemaCodeComplete.cpp372 bool IsType(const NamedDecl *ND) const;
1487 bool ResultBuilder::IsType(const NamedDecl *ND) const { function in class:ResultBuilder
6044 &ResultBuilder::IsType);
H A DSemaDecl.cpp87 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND);
88 if (!IsType)
H A DSemaExpr.cpp4464 UnaryExprOrTypeTrait ExprKind, bool IsType,
4469 if (IsType) {
4463 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, bool IsType, void *TyOrEx, SourceRange ArgRange) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h56 unsigned IsType : 1; member in struct:clang::ParsedAttrInfo
73 IsTargetSpecific(0), IsType(0), IsStmt(0), IsKnownToGCC(0),
H A DSema.h4949 bool IsType, void *TyOrEx,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp214 raw_string_ostream &OS, bool IsType, bool IsID) {
220 } else if (IsType)
238 printStringOrID(Context[0], OS, /* IsType */ true, /* IsID */ true);
243 printStringOrID(Context[1], OS, /* IsType */ false, /* IsID */ true);
248 printStringOrID(Context[2], OS, /* IsType */ false, /* IsID */ false);
213 printStringOrID(const WindowsResourceParser::StringOrID &S, raw_string_ostream &OS, bool IsType, bool IsID) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2535 UnaryExprOrTypeTraitExprBits.IsType = true;
2558 bool isArgumentType() const { return UnaryExprOrTypeTraitExprBits.IsType; }
2576 UnaryExprOrTypeTraitExprBits.IsType = false;
2580 UnaryExprOrTypeTraitExprBits.IsType = true;
H A DStmt.h445 unsigned IsType : 1; // true if operand is a type, false if an expression.
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1544 UnaryExprOrTypeTraitExprBits.IsType = false;

Completed in 307 milliseconds