Searched defs:IsType (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 72 IsType, // A logical type. enumerator
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 1134 getElementForOffset(LVOffset Offset,LVElement * Element,bool IsType) getElementForOffset() argument
|
/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 213 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID()
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 859 bool IsType = true; in visitKnownRecord() local
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 201 bool IsType; global() variable
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3322 SourceLocation &EllipsisLoc, bool &IsType, in ParseAlignmentSpecifier() local 3279 ParseAlignArgument(StringRef KWName,SourceLocation Start,SourceLocation & EllipsisLoc,bool & IsType,ParsedType & TypeResult) ParseAlignArgument() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 1617 bool ResultBuilder::IsType(const NamedDecl *ND) const { IsType() function in ResultBuilder
|
H A D | SemaDecl.cpp | 102 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); ValidateCandidate() local
|
H A D | SemaExpr.cpp | 4632 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc,UnaryExprOrTypeTrait ExprKind,bool IsType,void * TyOrEx,SourceRange ArgRange) ActOnUnaryExprOrTypeTraitExpr() argument
|