Home
last modified time | relevance | path

Searched defs:IsType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h72 IsType, // A logical type. enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1120 bool IsType) { in getElementForOffset()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h194 bool IsType; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp855 bool IsType = true; in visitKnownRecord() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp212 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3095 SourceLocation &EllipsisLoc, bool &IsType, in ParseAlignArgument()
3138 bool IsType; in ParseAlignmentSpecifier() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1610 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
H A DSemaDecl.cpp93 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
H A DSemaExpr.cpp4912 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()