Lines Matching full:scope
322 * Creates a new descriptor for a module with the specified parent scope.
324 * \param ParentScope The parent scope containing this module declaration.
343 * Creates a new descriptor for a namespace with the specified parent scope.
345 * \param ParentScope The parent scope containing this module declaration.
360 * \param Scope Function scope.
370 * \param ScopeLine Set to the beginning of the scope this starts
376 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
385 * \param Scope Parent lexical block.
391 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope,
397 * \param Scope Lexical block.
403 LLVMMetadataRef Scope,
411 * \param Scope The scope this module is imported into
417 LLVMMetadataRef Scope,
426 * \param Scope The scope this module is imported into
434 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope,
441 * \param Scope The scope this module is imported into
449 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef M,
457 * \param Scope The scope this module is imported into.
469 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef Decl,
477 * \param Scope The scope in which the location resides.
478 * \param InlinedAt The scope where this location was inlined, if at all.
485 unsigned Column, LLVMMetadataRef Scope,
505 * Get the local scope associated with this debug location.
521 * Get the metadata of the file associated with a given scope.
522 * \param Scope The scope object.
526 LLVMMetadataRef LLVMDIScopeGetFile(LLVMMetadataRef Scope);
630 * \param Scope Scope in which this enumeration is defined.
642 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
650 * \param Scope Scope in which this union is defined.
665 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
746 * \param Scope Scope in which this struct is defined.
762 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
772 * \param Scope Member scope.
784 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
793 * \param Scope Member scope.
805 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
917 * \param Scope The surrounding context for the typedef.
923 LLVMMetadataRef Scope, uint32_t AlignInBits);
947 * \param Scope Type scope.
959 size_t NameLen, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line,
969 * \param Scope Type scope.
983 size_t NameLen, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line,
991 * \param Scope Member scope.
1004 LLVMMetadataRef Scope,
1014 * \param Scope Scope in which this class is defined.
1035 LLVMMetadataRef Scope, const char *Name, size_t NameLen,
1143 * \param Scope Variable scope.
1161 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
1198 * Get the metadata of the scope associated with a given variable.
1244 * \param Scope Variable scope.
1259 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
1347 * \param Scope The local scope the variable is declared in.
1358 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
1365 * \param Scope The local scope the variable is declared in.
1376 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,