Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp107 const QualType FILETy = ACtx.getFILEType().getCanonicalType(); in isStdin()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1910 QualType getFILEType() const { in getFILEType() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4901 AddTypeRef(Context.getFILEType(), SpecialTypes); in WriteASTCore()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11337 Type = Context.getFILEType(); in DecodeTypeFromStr()