Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp106 const QualType FILETy = ACtx.getFILEType().getCanonicalType(); in isStdin()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1935 QualType getFILEType() const { in getFILEType() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4797 AddTypeRef(Context.getFILEType(), SpecialTypes); in WriteASTCore()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11192 Type = Context.getFILEType(); in DecodeTypeFromStr()