Home
last modified time | relevance | path

Searched refs:isType (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/IR/
DDebugInfo.cpp219 bool DIDescriptor::isType() const { in isType() function in DIDescriptor
257 return isType(); in isScope()
418 (isa<MDNode>(Val) && DIType(cast<MDNode>(Val)).isType()); in isTypeRef()
442 if (!isType()) in Verify()
740 if (isType()) in getContext()
761 if (isType()) in getName()
993 if (Entity.isType()) in processModule()
1024 if (D.isType()) in processType()
1036 if (Scope.isType()) { in processScope()
DDIBuilder.cpp331 assert(RTy.isType() && "Unable to create reference type"); in createReferenceType()
352 assert(Ty.isType() && "Invalid typedef type!"); in createTypedef()
371 assert(Ty.isType() && "Invalid type!"); in createFriend()
372 assert(FriendTy.isType() && "Invalid friend type!"); in createFriend()
393 assert(Ty.isType() && "Unable to create inheritance"); in createInheritance()
610 assert((!Context || Context.isScope() || Context.isType()) && in createClassType()
995 assert(Ty.isType() && in createLocalVariable()
/freebsd-9-stable/contrib/llvm/include/llvm/
DDebugInfo.h139 bool isType() const;
249 assert(DIDescriptor(Iter->second).isType() && in resolve()
316 bool isValid() const { return DbgNode && isType(); } in isValid()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTWriter.h136 bool isType() const { return IsType; } in isType() function
140 assert(isType() && "Not a type!"); in getType()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp105 return D.isType() || in isShareableAcrossCUs()
396 if (!Ty.isType()) in addSourceLine()
888 if (Context.isType()) in getOrCreateContextDIE()
904 assert(Ty.isType()); in getOrCreateTypeDIE()
1066 if (!ATy.isType()) in addPubTypes()
1938 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
DDIEHash.cpp417 if (isType((*I)->getTag()) || (*I)->getTag() == dwarf::DW_TAG_subprogram) { in computeHash()
DDwarfDebug.cpp368 if (D.isType()) in isSubprogramContext()
899 else if (Entity.isType()) in constructImportedEntityDIE()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DDwarf.h144 inline bool isType(Tag T) { in isType() function
/freebsd-9-stable/contrib/llvm/tools/opt/
Dopt.cpp393 } else if (Context.isType()) { in getContextName()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp417 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument
443 if (isType) { in ActOnCXXTypeid()
506 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument
519 if (isType) { in ActOnCXXUuidof()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h4046 SourceLocation LParenLoc, bool isType,
4061 SourceLocation LParenLoc, bool isType,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp4118 if (DOT.isType()) in WriteASTCore()