Home
last modified time | relevance | path

Searched refs:ast_ctx (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy;
280 return ast_ctx.IntTy;
282 return ast_ctx.ShortTy;
290 return ast_ctx.LongLongTy;
294 return ast_ctx.UnsignedIntTy;
303 return ast_ctx.FloatTy;
305 return ast_ctx.DoubleTy;
307 return ast_ctx.BoolTy;
309 return ast_ctx.VoidTy;
311 return ast_ctx.getPointerType(ast_ctx.CharTy);
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext();
164 ast_ctx.Idents.get(name.GetStringRef());
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(),
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl);
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor)));
334 selector_components.push_back(&ast_ctx.Idents.get(
345 clang::Selector sel = ast_ctx.Selectors.getSelector(
379 ret->setMethodParams(ast_ctx,
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext();
549 ast_ctx.Idents.get(name.GetStringRef());
[all …]
H A DAppleObjCTypeEncodingParser.h25 CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name, in AppleObjCTypeEncodingParser()
42 clang::QualType BuildStruct(TypeSystemClang &ast_ctx, StringLexer &type,
49 clang::QualType BuildUnion(TypeSystemClang &ast_ctx, StringLexer &type,
52 clang::QualType BuildArray(TypeSystemClang &ast_ctx, StringLexer &type,
57 StructElement ReadStructElement(TypeSystemClang &ast_ctx, StringLexer &type,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy; in BuildType()
280 return ast_ctx.IntTy; in BuildType()
282 return ast_ctx.ShortTy; in BuildType()
290 return ast_ctx.LongLongTy; in BuildType()
294 return ast_ctx.UnsignedIntTy; in BuildType()
303 return ast_ctx.FloatTy; in BuildType()
305 return ast_ctx.DoubleTy; in BuildType()
307 return ast_ctx.BoolTy; in BuildType()
309 return ast_ctx.VoidTy; in BuildType()
311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
164 ast_ctx.Idents.get(name.GetStringRef()); in GetDeclForISA()
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(), in GetDeclForISA()
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
334 selector_components.push_back(&ast_ctx.Idents.get( in BuildMethod()
345 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
379 ret->setMethodParams(ast_ctx, in BuildMethod()
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
549 ast_ctx.Idents.get(name.GetStringRef()); in FindDecls()
[all …]
H A DAppleObjCTypeEncodingParser.h25 CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name,
42 clang::QualType BuildStruct(TypeSystemClang &ast_ctx, StringLexer &type,
49 clang::QualType BuildUnion(TypeSystemClang &ast_ctx, StringLexer &type,
52 clang::QualType BuildArray(TypeSystemClang &ast_ctx, StringLexer &type,
57 StructElement ReadStructElement(TypeSystemClang &ast_ctx, StringLexer &type,
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy; in BuildType()
280 return ast_ctx.IntTy; in BuildType()
282 return ast_ctx.ShortTy; in BuildType()
290 return ast_ctx.LongLongTy; in BuildType()
294 return ast_ctx.UnsignedIntTy; in BuildType()
303 return ast_ctx.FloatTy; in BuildType()
305 return ast_ctx.DoubleTy; in BuildType()
307 return ast_ctx.BoolTy; in BuildType()
309 return ast_ctx.VoidTy; in BuildType()
311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
164 ast_ctx.Idents.get(name.GetStringRef()); in GetDeclForISA()
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(), in GetDeclForISA()
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
334 selector_components.push_back(&ast_ctx.Idents.get( in BuildMethod()
345 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
379 ret->setMethodParams(ast_ctx, in BuildMethod()
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
549 ast_ctx.Idents.get(name.GetStringRef()); in FindDecls()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy; in BuildType()
280 return ast_ctx.IntTy; in BuildType()
282 return ast_ctx.ShortTy; in BuildType()
290 return ast_ctx.LongLongTy; in BuildType()
294 return ast_ctx.UnsignedIntTy; in BuildType()
303 return ast_ctx.FloatTy; in BuildType()
305 return ast_ctx.DoubleTy; in BuildType()
307 return ast_ctx.BoolTy; in BuildType()
309 return ast_ctx.VoidTy; in BuildType()
311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
164 ast_ctx.Idents.get(name.GetStringRef()); in GetDeclForISA()
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(), in GetDeclForISA()
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
334 selector_components.push_back(&ast_ctx.Idents.get( in BuildMethod()
345 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
379 ret->setMethodParams(ast_ctx, in BuildMethod()
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
549 ast_ctx.Idents.get(name.GetStringRef()); in FindDecls()
[all …]
H A DAppleObjCTypeEncodingParser.h25 CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name,
42 clang::QualType BuildStruct(TypeSystemClang &ast_ctx, StringLexer &type,
49 clang::QualType BuildUnion(TypeSystemClang &ast_ctx, StringLexer &type,
52 clang::QualType BuildArray(TypeSystemClang &ast_ctx, StringLexer &type,
57 StructElement ReadStructElement(TypeSystemClang &ast_ctx, StringLexer &type,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy; in BuildType()
280 return ast_ctx.IntTy; in BuildType()
282 return ast_ctx.ShortTy; in BuildType()
290 return ast_ctx.LongLongTy; in BuildType()
294 return ast_ctx.UnsignedIntTy; in BuildType()
303 return ast_ctx.FloatTy; in BuildType()
305 return ast_ctx.DoubleTy; in BuildType()
307 return ast_ctx.BoolTy; in BuildType()
309 return ast_ctx.VoidTy; in BuildType()
311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
164 ast_ctx.Idents.get(name.GetStringRef()); in GetDeclForISA()
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(), in GetDeclForISA()
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
334 selector_components.push_back(&ast_ctx.Idents.get( in BuildMethod()
345 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
379 ret->setMethodParams(ast_ctx, in BuildMethod()
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
549 ast_ctx.Idents.get(name.GetStringRef()); in FindDecls()
[all …]
H A DAppleObjCTypeEncodingParser.h25 CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name,
42 clang::QualType BuildStruct(TypeSystemClang &ast_ctx, StringLexer &type,
49 clang::QualType BuildUnion(TypeSystemClang &ast_ctx, StringLexer &type,
52 clang::QualType BuildArray(TypeSystemClang &ast_ctx, StringLexer &type,
57 StructElement ReadStructElement(TypeSystemClang &ast_ctx, StringLexer &type,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy; in BuildType()
280 return ast_ctx.IntTy; in BuildType()
282 return ast_ctx.ShortTy; in BuildType()
290 return ast_ctx.LongLongTy; in BuildType()
294 return ast_ctx.UnsignedIntTy; in BuildType()
303 return ast_ctx.FloatTy; in BuildType()
305 return ast_ctx.DoubleTy; in BuildType()
307 return ast_ctx.BoolTy; in BuildType()
309 return ast_ctx.VoidTy; in BuildType()
311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
164 ast_ctx.Idents.get(name.GetStringRef()); in GetDeclForISA()
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(), in GetDeclForISA()
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
334 selector_components.push_back(&ast_ctx.Idents.get( in BuildMethod()
345 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
379 ret->setMethodParams(ast_ctx, in BuildMethod()
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
549 ast_ctx.Idents.get(name.GetStringRef()); in FindDecls()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy; in BuildType()
280 return ast_ctx.IntTy; in BuildType()
282 return ast_ctx.ShortTy; in BuildType()
290 return ast_ctx.LongLongTy; in BuildType()
294 return ast_ctx.UnsignedIntTy; in BuildType()
303 return ast_ctx.FloatTy; in BuildType()
305 return ast_ctx.DoubleTy; in BuildType()
307 return ast_ctx.BoolTy; in BuildType()
309 return ast_ctx.VoidTy; in BuildType()
311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
164 ast_ctx.Idents.get(name.GetStringRef()); in GetDeclForISA()
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(), in GetDeclForISA()
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
334 selector_components.push_back(&ast_ctx.Idents.get( in BuildMethod()
345 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
379 ret->setMethodParams(ast_ctx, in BuildMethod()
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
549 ast_ctx.Idents.get(name.GetStringRef()); in FindDecls()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp276 return ast_ctx.CharTy; in BuildType()
278 return ast_ctx.IntTy; in BuildType()
280 return ast_ctx.ShortTy; in BuildType()
288 return ast_ctx.LongLongTy; in BuildType()
292 return ast_ctx.UnsignedIntTy; in BuildType()
301 return ast_ctx.FloatTy; in BuildType()
303 return ast_ctx.DoubleTy; in BuildType()
305 return ast_ctx.BoolTy; in BuildType()
307 return ast_ctx.VoidTy; in BuildType()
309 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp164 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
175 ast_ctx.Idents.get(name.GetStringRef()); in GetDeclForISA()
178 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(), in GetDeclForISA()
188 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
341 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
345 selector_components.push_back(&ast_ctx.Idents.get( in BuildMethod()
356 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
390 ret->setMethodParams(ast_ctx, in BuildMethod()
559 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
562 ast_ctx.Idents.get(name.GetStringRef()); in FindDecls()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy; in BuildType()
280 return ast_ctx.IntTy; in BuildType()
282 return ast_ctx.ShortTy; in BuildType()
290 return ast_ctx.LongLongTy; in BuildType()
294 return ast_ctx.UnsignedIntTy; in BuildType()
303 return ast_ctx.FloatTy; in BuildType()
305 return ast_ctx.DoubleTy; in BuildType()
307 return ast_ctx.BoolTy; in BuildType()
309 return ast_ctx.VoidTy; in BuildType()
311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
164 ast_ctx.Idents.get(name.GetStringRef()); in GetDeclForISA()
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(), in GetDeclForISA()
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
334 selector_components.push_back(&ast_ctx.Idents.get( in BuildMethod()
345 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
379 ret->setMethodParams(ast_ctx, in BuildMethod()
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext(); in FindDecls() local
549 ast_ctx.Idents.get(name.GetStringRef()); in FindDecls()
[all …]
H A DAppleObjCTypeEncodingParser.h25 CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name,
42 clang::QualType BuildStruct(TypeSystemClang &ast_ctx, StringLexer &type,
49 clang::QualType BuildUnion(TypeSystemClang &ast_ctx, StringLexer &type,
52 clang::QualType BuildArray(TypeSystemClang &ast_ctx, StringLexer &type,
57 StructElement ReadStructElement(TypeSystemClang &ast_ctx, StringLexer &type,
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp278 return ast_ctx.CharTy; in BuildType()
280 return ast_ctx.IntTy; in BuildType()
282 return ast_ctx.ShortTy; in BuildType()
290 return ast_ctx.LongLongTy; in BuildType()
294 return ast_ctx.UnsignedIntTy; in BuildType()
303 return ast_ctx.FloatTy; in BuildType()
305 return ast_ctx.DoubleTy; in BuildType()
307 return ast_ctx.BoolTy; in BuildType()
309 return ast_ctx.VoidTy; in BuildType()
311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
[all …]
H A DAppleObjCDeclVendor.cpp153 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext();
164 ast_ctx.Idents.get(name.GetStringRef());
167 ast_ctx, ast_ctx.getTranslationUnitDecl(), clang::SourceLocation(),
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl);
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor)));
334 selector_components.push_back(&ast_ctx.Idents.get(
345 clang::Selector sel = ast_ctx.Selectors.getSelector(
379 ret->setMethodParams(ast_ctx,
546 clang::ASTContext &ast_ctx = m_ast_ctx.getASTContext();
549 ast_ctx.Idents.get(name.GetStringRef());
[all …]

123456