Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h72 IsType, // A logical type. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h194 bool IsType; global() variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp855 bool IsType = true; visitKnownRecord() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp212 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 DParseDecl.cpp3095 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 DSemaCodeComplete.cpp1610 bool ResultBuilder::IsType(const NamedDecl *ND) const { IsType() function in ResultBuilder
H A DSemaDecl.cpp93 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); ValidateCandidate() local
H A DSemaExpr.cpp4912 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc,UnaryExprOrTypeTrait ExprKind,bool IsType,void * TyOrEx,SourceRange ArgRange) ActOnUnaryExprOrTypeTraitExpr() argument