Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/docs/
H A DCodingStandards.rst960 Type = Context.getjmp_bufType();
982 Type = Context.getjmp_bufType();
998 Type = Context.getjmp_bufType();
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1922 QualType getjmp_bufType() const { in getjmp_bufType() function
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4902 AddTypeRef(Context.getjmp_bufType(), SpecialTypes); in WriteASTCore()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11347 Type = Context.getjmp_bufType(); in DecodeTypeFromStr()