Home
last modified time | relevance | path

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

/external/llvm/docs/
DCodingStandards.rst992 Type = Context.getjmp_bufType();
1014 Type = Context.getjmp_bufType();
1030 Type = Context.getjmp_bufType();
/external/clang/include/clang/AST/
DASTContext.h1488 QualType getjmp_bufType() const { in getjmp_bufType() function
/external/clang/lib/Serialization/
DASTWriter.cpp4339 AddTypeRef(Context.getjmp_bufType(), SpecialTypes); in WriteASTCore()
/external/clang/lib/AST/
DASTContext.cpp8140 Type = Context.getjmp_bufType(); in DecodeTypeFromStr()