Home
last modified time | relevance | path

Searched refs:isStdType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp79 bool isStdType(const Type *Type, llvm::StringRef TypeName) { in isStdType() function
87 return isStdType(Type, llvm::StringLiteral("variant")); in isStdVariant()
H A DTaggedUnionModeling.h30 bool isStdType(const Type *Type, const std::string &TypeName);