Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/docs/
H A DCodingStandards.rst965 Type = Context.getsigjmp_bufType();
989 Type = Context.getsigjmp_bufType();
1009 Type = Context.getsigjmp_bufType();
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1959 QualType getsigjmp_bufType() const { in getsigjmp_bufType() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4799 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes); in WriteASTCore()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11200 Type = Context.getsigjmp_bufType(); in DecodeTypeFromStr()