Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1346 QualType getsigjmp_bufType() const { in getsigjmp_bufType() function
/external/llvm/docs/
DCodingStandards.rst946 Type = Context.getsigjmp_bufType();
970 Type = Context.getsigjmp_bufType();
990 Type = Context.getsigjmp_bufType();
/external/clang/lib/Serialization/
DASTWriter.cpp4272 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes); in WriteASTCore()
/external/clang/lib/AST/
DASTContext.cpp7641 Type = Context.getsigjmp_bufType(); in DecodeTypeFromStr()