Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h194 bool IsType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp830 bool IsType = true; in visitKnownRecord() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp214 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h57 unsigned IsType : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h445 unsigned IsType : 1; // true if operand is a type, false if an expression. variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp1516 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
H A DSemaDecl.cpp87 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
H A DSemaExpr.cpp4534 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()