Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp108 const QualType FILETy = ACtx.getFILEType().getCanonicalType(); in isStdin()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1933 QualType getFILEType() const { in getFILEType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5000 AddTypeRef(Context.getFILEType(), SpecialTypes); in WriteASTCore()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11454 Type = Context.getFILEType(); in DecodeTypeFromStr()