Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst965 Type = Context.getsigjmp_bufType();
989 Type = Context.getsigjmp_bufType();
1009 Type = Context.getsigjmp_bufType();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1829 QualType getsigjmp_bufType() const { in getsigjmp_bufType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4597 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes); in WriteASTCore()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp10516 Type = Context.getsigjmp_bufType(); in DecodeTypeFromStr()