Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst973 Type = Context.getjmp_bufType();
995 Type = Context.getjmp_bufType();
1011 Type = Context.getjmp_bufType();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1817 QualType getjmp_bufType() const { in getjmp_bufType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4596 AddTypeRef(Context.getjmp_bufType(), SpecialTypes); in WriteASTCore()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp10518 Type = Context.getjmp_bufType(); in DecodeTypeFromStr()