Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp600 if (PtrTy->getPointeeType() == C.getASTContext().getFILEType()) in isStdin()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1344 QualType getFILEType() const { in getFILEType() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4504 AddTypeRef(Context.getFILEType(), SpecialTypes); in WriteASTCore()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7704 Type = Context.getFILEType(); in DecodeTypeFromStr()