Home
last modified time | relevance | path

Searched refs:getFILEType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp101 const QualType FILETy = ACtx.getFILEType().getCanonicalType(); in isStdin()
H A DStreamChecker.cpp2104 const QualType FileTy = Ctx.getFILEType(); in getGlobalStreamPointerByName()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1032 QualType FILETy = D->getASTContext().getFILEType(); in isStdStreamVar()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1069 if (!Ctx.getFILEType() in hasUnsafePrintfStringArg()
1071 FirstPteTy.getCanonicalType() == Ctx.getFILEType().getCanonicalType()) { in hasUnsafePrintfStringArg()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2181 QualType getFILEType() const { in getFILEType() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5976 AddTypeRef(Context, Context.getFILEType(), SpecialTypes); in WriteASTCore()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12559 Type = Context.getFILEType(); in DecodeTypeFromStr()