Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DAttributeList.cpp152 unsigned IsType : 1; member
H A DSemaCodeComplete.cpp1152 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
H A DSemaDecl.cpp78 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
H A DSemaExpr.cpp3767 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()
/minix/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h154 bool IsType; variable
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h203 unsigned IsType : 1; // true if operand is a type, false if an expression. variable