Searched defs:IsType (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 72 IsType, // A logical type. enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 194 bool IsType; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 855 bool IsType = true; visitKnownRecord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 212 printStringOrID(const WindowsResourceParser::StringOrID & S,raw_string_ostream & OS,bool IsType,bool IsID) printStringOrID() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3095 ParseAlignArgument(StringRef KWName,SourceLocation Start,SourceLocation & EllipsisLoc,bool & IsType,ParsedType & TypeResult) ParseAlignArgument() argument 3138 bool IsType; ParseAlignmentSpecifier() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 1610 bool ResultBuilder::IsType(const NamedDecl *ND) const { IsType() function in ResultBuilder
|
H A D | SemaDecl.cpp | 93 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); ValidateCandidate() local
|
H A D | SemaExpr.cpp | 4912 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc,UnaryExprOrTypeTrait ExprKind,bool IsType,void * TyOrEx,SourceRange ArgRange) ActOnUnaryExprOrTypeTraitExpr() argument
|