Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastcodegen.d96 alias isType = dmd.dtemplate.isType; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h179 bool isType() const { return IsType; } in isType() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h112 inline bool isType(Tag T) { in isType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp619 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid()
761 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp919 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c75 Type *isType(RootObject *o) in isType() function